mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-09 10:52:38 +00:00
14 lines
No EOL
397 B
JSON
14 lines
No EOL
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}"
|
|
}
|
|
]
|
|
} |