diff --git a/vscode/settings.json b/vscode/settings.json index f912a61..5a7df79 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -1,7 +1,10 @@ { - "files.associations": { - ".env*": "dotenv" + "[typescript]": { + "editor.defaultFormatter": "samverschueren.linter-xo" }, + "cmake.showOptionsMovedNotification": false, + "dotenv.enableAutocloaking": true, + "editor.formatOnSave": true, "editor.rulers": [80], "editor.tokenColorCustomizations": { "textMateRules": [ @@ -13,15 +16,14 @@ } ] }, + "files.associations": { + ".env*": "dotenv" + }, "terminal.integrated.fontFamily": "MesloLGS NF", - "workbench.startupEditor": "none", - "workbench.iconTheme": "material-icon-theme", - "editor.formatOnSave": true, - "cmake.showOptionsMovedNotification": false, - "dotenv.enableAutocloaking": true, "terminal.integrated.scrollback": 1000000, - "[typescript]": { - "editor.defaultFormatter": "samverschueren.linter-xo" - }, + "window.autoDetectColorScheme": true, + "workbench.iconTheme": "material-icon-theme", + "workbench.preferredLightColorTheme": "Solarized Light", + "workbench.startupEditor": "none", "xo.format.enable": true }