diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 89efb96..c72eb2c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,13 +5,13 @@ "version": "0.2.0", "configurations": [ { - "name": "C++ Launch", + "name": "C++ Debug", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/build/142bot", "args": [], "environment": [], "cwd": "${workspaceFolder}" - } + }, ] }
\ No newline at end of file |