{ "version": "0.2.0", "configurations": [ { "name": "Debug with CodeLLDB", "type": "gdb", "gdbpath": "nim-gdb", "request": "launch", "preLaunchTask": "nim: build current file (debug)", "target": "${workspaceFolder}/bin/${fileBasenameNoExtension}", "cwd": "${workspaceFolder}", "valuesFormatting": "parseText" } ] }