Merge pull request #414 from BaskovicP/patch-1

FIx typo in configuration.md
This commit is contained in:
mergify[bot] 2021-06-09 18:24:31 +00:00 committed by GitHub
commit bab81953d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",