Add VSCode settings.json

This commit is contained in:
Anthony Rose 2023-05-16 10:08:48 +01:00
parent c40db24b03
commit 8e7f22b327

View 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"
}