mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
12cdd1d58a
* JSONeditor: Disable watchers when updating selections dynamically * Refactor - Load last instance config when loading UI page * LED Devices - Notify getproperties watchers for configured hostname * Remove unused variable * Fix #1314 - Additional classic & matrix configuration items were not saved
19 lines
373 B
JSON
19 lines
373 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",
|
|
"-u test"
|
|
],
|
|
"externalConsole": true
|
|
}
|
|
]
|
|
}
|