Merge pull request #414 from BaskovicP/patch-1
FIx typo in configuration.md
This commit is contained in:
commit
bab81953d7
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ Vimspector then orchestrates the various tools to set you up.
|
|||
"variables": {
|
||||
// Just an example of how to specify a variable manually rather than
|
||||
// vimspector asking for input from the user
|
||||
"ServiceName": "${fileBasenameNoExtention}"
|
||||
"ServiceName": "${fileBasenameNoExtension}"
|
||||
},
|
||||
|
||||
"adapter": "python-remote",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue