mirror of
https://github.com/seriocomedy/ShiftOS-C-.git
synced 2025-03-11 02:20:24 +00:00
24 lines
592 B
JSON
24 lines
592 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Launch",
|
||
|
"type": "mono",
|
||
|
"request": "launch",
|
||
|
"program": "${workspaceRoot}/program.exe",
|
||
|
"args": [],
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"preLaunchTask": "",
|
||
|
"runtimeExecutable": null,
|
||
|
"env": {},
|
||
|
"externalConsole": false
|
||
|
},
|
||
|
{
|
||
|
"name": "Attach",
|
||
|
"type": "mono",
|
||
|
"request": "attach",
|
||
|
"address": "localhost",
|
||
|
"port": 55555
|
||
|
}
|
||
|
]
|
||
|
}
|