diff --git a/.vscode/launch.json b/.vscode/launch.json index f5261afe..34ab00fd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "type": "lldb-dap", + "type": "lldb", "request": "launch", "name": "crystal: debug current file (lldb)", // "preLaunchTask": "crystal: build current file (debug)", @@ -12,18 +12,6 @@ "initCommands": [ "command script import ${workspaceFolder}/crystal_formatters.py" ] - }, - { - "type": "gcc", - "request": "launch", - "name": "crystal: debug current file (gdb)", - // "preLaunchTask": "crystal: build current file (debug)", - "program": "${workspaceFolder}/invidious", - "args": [], - "cwd": "${workspaceFolder}", - "initCommands": [ - "command script import ${workspaceFolder}/crystal_formatters_gdb.py" - ] } ] }