diff options
Diffstat (limited to '')
| -rw-r--r-- | .vscode/launch.json | 2 | ||||
| -rw-r--r-- | .vscode/tasks.json | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 13463af..fd15efc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,7 @@              "type": "cppdbg",
              "request": "launch",
              "preLaunchTask": "Build c++",
 -            "program": "${workspaceFolder}/debug",
 +            "program": "${workspaceFolder}/DEBUG_C",
              "args": [],
              "stopAtEntry": false,
              "cwd": "${workspaceFolder}",
 diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7551630..9792107 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,7 +13,7 @@                  "-Wextra",                  "${file}",                  "-o", -                "debug" +                "DEBUG_C"              ],              "group": {                  "kind": "build",  | 
