1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
नवुले पवन कुमार राव 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

View File

@ -82,7 +82,7 @@ or create the file `.vscode/launch.json`:
```
**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