Default some cpptools args:
This commit is contained in:
parent
c6d6c7f876
commit
90bbbe90f5
2 changed files with 6 additions and 4 deletions
4
tests/testdata/cpp/simple/.vimspector.json
vendored
4
tests/testdata/cpp/simple/.vimspector.json
vendored
|
|
@ -3,12 +3,8 @@
|
|||
"cpptools-run": {
|
||||
"adapter": "vscode-cpptools",
|
||||
"configuration": {
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/${fileBasenameNoExtension}",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"stopAtEntry": true,
|
||||
"stopOnEntry": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue