{ "version": "0.2.1", "defaults": {}, "configurations": [ { "type": "default", "project": "CMakeLists.txt", "projectTarget": "hyperiond.exe (bin\\hyperiond.exe)", "name": "Run Hyperion" }, { "type": "default", "project": "CMakeLists.txt", "projectTarget": "hyperiond.exe (bin\\hyperiond.exe)", "name": "Run hyperion with debug logging and external console", "args": [ "-d", "-c" ], "externalConsole": true }, { "type": "default", "project": "CMakeLists.txt", "projectTarget": "hyperiond.exe (bin\\hyperiond.exe)", "name": "Run hyperion with verbose logging with external console", "args": [ "-v", "-c" ], "externalConsole": true }, { "type": "default", "project": "CMakeLists.txt", "projectTarget": "hyperiond.exe (bin\\hyperiond.exe)", "name": "Run hyperion with debug logging and a test configuration DB", "args": [ "-d", "-c", "-u", "${workspaceRoot}\\configs\\testConfig" ], "externalConsole": true } ] }