mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-26 01:28:40 +00:00
16 lines
375 B
JSON
Executable File
16 lines
375 B
JSON
Executable File
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "C/C++ Runner: Debug Session",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"program": "${workspaceFolder}\\${fileBasenameNoExtension}.exe",
|
|
"preLaunchTask": "C/C++: msvc"
|
|
}
|
|
]
|
|
} |