37 lines
830 B
JSON
37 lines
830 B
JSON
|
{
|
||
|
"general": {
|
||
|
"voiceDisconnect": false,
|
||
|
"showToasts": true,
|
||
|
"mediaKeys": true
|
||
|
},
|
||
|
"addons": {
|
||
|
"addonErrors": true,
|
||
|
"editAction": "detached"
|
||
|
},
|
||
|
"customcss": {
|
||
|
"customcss": true,
|
||
|
"liveUpdate": true,
|
||
|
"openAction": "system"
|
||
|
},
|
||
|
"editor": {
|
||
|
"lineNumbers": true,
|
||
|
"minimap": true,
|
||
|
"hover": true,
|
||
|
"quickSuggestions": true,
|
||
|
"fontSize": 14,
|
||
|
"renderWhitespace": "selection"
|
||
|
},
|
||
|
"window": {
|
||
|
"transparency": false,
|
||
|
"removeMinimumSize": true,
|
||
|
"frame": false
|
||
|
},
|
||
|
"developer": {
|
||
|
"debugLogs": false,
|
||
|
"devTools": true,
|
||
|
"debuggerHotkey": false,
|
||
|
"reactDevTools": false,
|
||
|
"inspectElement": true,
|
||
|
"devToolsWarning": true
|
||
|
}
|
||
|
}
|