From 19dc6f5fbb180a6d390657d51887cc206774b7ff Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 8 Dec 2019 13:49:28 -0600 Subject: It's a little fucked mate --- .vscode/launch.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index bc8c6e0..76c9ca2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,8 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - - + { + "type": "java", + "name": "Debug (Launch) with Arguments Prompt", + "request": "launch", + "mainClass": "", + "args": "${command:SpecifyProgramArgs}" + }, { "name": "Python", "type": "python", @@ -13,12 +18,6 @@ "program": "${file}", "console": "integratedTerminal" }, - // { - // "type": "java", - // "name": "Java", - // "request": "launch", - // "mainClass": "Driver" - // }, { "name": "C++", "type": "cppdbg", @@ -31,7 +30,6 @@ "environment": [], "externalConsole": false, "MIMode": "gdb", - //"miDebuggerPath": "/usr/bin/gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", @@ -39,6 +37,6 @@ "ignoreFailures": true } ] - }, + } ] } \ No newline at end of file -- cgit v1.2.3