mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
18 lines
354 B
JSON
18 lines
354 B
JSON
|
{
|
||
|
"version": "0.2.1",
|
||
|
"defaults": {},
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "default",
|
||
|
"project": "CMakeLists.txt",
|
||
|
"projectTarget": "hyperiond.exe (bin\\hyperiond.exe)",
|
||
|
"name": "Run hyperion with debug option and external console",
|
||
|
"args": [
|
||
|
"-d",
|
||
|
"-c"
|
||
|
],
|
||
|
"externalConsole": true
|
||
|
}
|
||
|
]
|
||
|
}
|