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:
Paulo 2021-06-09 19:24:37 +02:00 committed by GitHub
commit 0500e41429
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",