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