mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-12 20:22:37 +00:00
14 lines
397 B
JSON
14 lines
397 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "lldb",
|
||
|
"request": "launch",
|
||
|
"name": "nim: debug current file",
|
||
|
"preLaunchTask": "nim: build current file (for debugging)",
|
||
|
"program": "${workspaceFolder}/bin/${fileBasenameNoExtension}",
|
||
|
"args": [],
|
||
|
"cwd": "${workspaceFolder}"
|
||
|
}
|
||
|
]
|
||
|
}
|