aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/livepp/global_preferences.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/livepp/global_preferences.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/livepp/global_preferences.json')
-rw-r--r--vcpkg/ports/livepp/global_preferences.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/vcpkg/ports/livepp/global_preferences.json b/vcpkg/ports/livepp/global_preferences.json
new file mode 100644
index 0000000..764c032
--- /dev/null
+++ b/vcpkg/ports/livepp/global_preferences.json
@@ -0,0 +1,61 @@
+{
+ "HotReload": {
+ "clearLog": false,
+ "deletePatchFiles": true,
+ "hotReloadShortcutModifiers": 3,
+ "hotReloadShortcutVirtualKeyCode": 122,
+ "loadIncompleteCompilands ": false,
+ "loadIncompleteModules": false,
+ "timeout": 3000
+ },
+ "HotRestart": {
+ "hotRestartShortcutModifiers": 3,
+ "hotRestartShortcutVirtualKeyCode": 82,
+ "timeout": 10000
+ },
+ "IDE": {
+ "keepBreakpointsEnabled": false,
+ "showModalDialog": false,
+ "toggleOptimizationsShortcutModifiers": 3,
+ "toggleOptimizationsShortcutVirtualKeyCode": 79
+ },
+ "Licensing": {
+ "enableLicenseExpirationWarning": true,
+ "licenseExpirationWarningDays": 14
+ },
+ "Logging": {
+ "colorError": -65536,
+ "colorInfo": -1,
+ "colorPanic": -11141121,
+ "colorPlatform": -88543,
+ "colorSuccess": -16711936,
+ "colorTimeAndDate": -6250336,
+ "colorWarning": -256,
+ "enableWordWrap": false,
+ "font": "Courier New,10,-1,2,400,0,0,0,0,0,0,0,0,0,0,1",
+ "printTimestamps": true,
+ "verbosity": 0
+ },
+ "Network": {
+ "hostOrIP": "127.0.0.1",
+ "port": 12216,
+ "timeout": 2000
+ },
+ "Notifications": {
+ "areEnabled": true,
+ "focusType": 0,
+ "playSoundOnError": false,
+ "playSoundOnSuccess": false,
+ "soundOnError": "",
+ "soundOnSuccess": ""
+ },
+ "UI": {
+ "initialState": 0,
+ "language": 65535,
+ "showAnimatedIcon": true,
+ "showColorizedIcon": true,
+ "showErrorOnVersionMismatch": true,
+ "showTaskBarProgress": true,
+ "style": 1
+ }
+}