FIx typo in configuration.md
A small typo that wastes time for people that copy and modify the config file
This commit is contained in:
parent
1cbb400d42
commit
0500e41429
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