dfl/examples/dclock/.vscode/launch.json
2024-03-29 23:54:42 +09:00

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"
}
]
}