Implenent most of the vscode variables

This commit is contained in:
Ben Jackson 2019-07-24 21:18:14 +01:00
commit 59a8d1b578
3 changed files with 39 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"configuration": {
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/simple",
"program": "${workspaceRoot}/${fileBasenameNoExtension}",
"args": [],
"cwd": "${workspaceRoot}",
"environment": [],