Implenent most of the vscode variables
This commit is contained in:
parent
d8d22b15bc
commit
59a8d1b578
3 changed files with 39 additions and 2 deletions
2
tests/testdata/cpp/simple/.vimspector.json
vendored
2
tests/testdata/cpp/simple/.vimspector.json
vendored
|
|
@ -5,7 +5,7 @@
|
|||
"configuration": {
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/simple",
|
||||
"program": "${workspaceRoot}/${fileBasenameNoExtension}",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"environment": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue