Add VSCode settings.json
This commit is contained in:
parent
c40db24b03
commit
8e7f22b327
1 changed files with 12 additions and 0 deletions
12
roles/home-gui/files/vscode-settings.json
Normal file
12
roles/home-gui/files/vscode-settings.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"editor.fontFamily": "'Go Mono', Consolas, 'Courier New', monospace",
|
||||
"editor.fontSize": 12,
|
||||
"security.workspace.trust.emptyWindow": false,
|
||||
"security.workspace.trust.untrustedFiles": "newWindow",
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"window.restoreWindows": "none",
|
||||
"workbench.colorTheme": "Default Light Modern",
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
"workbench.localHistory.enabled": false,
|
||||
"workbench.startupEditor": "none"
|
||||
}
|
Loading…
Reference in a new issue