mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 04:59:55 +03:00
13 lines
No EOL
316 B
JSON
13 lines
No EOL
316 B
JSON
{
|
|
"version": "0.1.0",
|
|
"configurations": [
|
|
{
|
|
"name": "C++ Launch (Windows) Dclock",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"cwd": "${workspaceRoot}",
|
|
"program": "./bin/dclock.exe",
|
|
"console": "internalConsole"
|
|
}
|
|
]
|
|
} |