docs: fix a typo in vscode.md (#10376)

pull/10394/head
नवुले पवन कुमार राव 2021-06-07 18:20:18 +05:30 committed by GitHub
parent 98cdde8247
commit 3c56532ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ or create the file `.vscode/launch.json`:
``` ```
**Optional:** use `"program": "${fileDirname}/${fileBasenameNoExtension}"` to debug **Optional:** use `"program": "${fileDirname}/${fileBasenameNoExtension}"` to debug
any current open source file with an existing binary with the same name but without any extention. any current open source file with an existing binary with the same name but without any extension.
### Usage ### Usage