diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 76c9ca2..13463af 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
+
{
"type": "java",
"name": "Debug (Launch) with Arguments Prompt",
@@ -19,7 +20,7 @@ "console": "integratedTerminal"
},
{
- "name": "C++",
+ "name": "C/C++",
"type": "cppdbg",
"request": "launch",
"preLaunchTask": "Build c++",
|