Tweak VSCode settings

This commit is contained in:
Anthony Rose 2023-05-16 20:39:22 +01:00
parent 9c99d39cd2
commit ffccec2898

View file

@ -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",