Tweak VSCode settings
This commit is contained in:
parent
9c99d39cd2
commit
ffccec2898
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"editor.fontFamily": "'Go Mono', Consolas, 'Courier New', monospace",
|
"editor.fontFamily": "Consolas, 'Courier New', monospace",
|
||||||
"editor.fontSize": 12,
|
"editor.fontSize": 12,
|
||||||
"json.schemaDownload.enable": false,
|
"json.schemaDownload.enable": false,
|
||||||
"npm.fetchOnlinePackageInfo": false,
|
"npm.fetchOnlinePackageInfo": false,
|
||||||
"powershell.integratedConsole.showOnStartup": false,
|
|
||||||
"security.workspace.trust.emptyWindow": false,
|
"security.workspace.trust.emptyWindow": false,
|
||||||
"security.workspace.trust.untrustedFiles": "newWindow",
|
"security.workspace.trust.untrustedFiles": "newWindow",
|
||||||
"telemetry.telemetryLevel": "off",
|
"telemetry.telemetryLevel": "off",
|
||||||
|
|
Loading…
Reference in a new issue