docs: fix a typo in vscode.md (#10376)
parent
98cdde8247
commit
3c56532ecb
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue