{ "version": "2.0.0", "tasks": [ { "label": "nim: build current file (debug)", "command": "nim", "args": [ "c", "-d:debug", "--debugger:native", "--lineDir:on", "--stackTrace:on", "-o:${workspaceFolder}/bin/${fileBasenameNoExtension}", "${file}" ], "options": { "cwd": "${workspaceFolder}" }, "type": "shell", "problemMatcher": ["$nim"], "group": { "kind": "build", "isDefault": true } } ] }