chore(vscode): update settings

This commit is contained in:
winston 2023-11-11 17:27:31 +01:00
parent 42985fdd9e
commit c3df94d80f
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -46,6 +46,7 @@
"window.titleBarStyle": "custom", "window.titleBarStyle": "custom",
"workbench.colorTheme": "Catppuccin Mocha", "workbench.colorTheme": "Catppuccin Mocha",
"workbench.iconTheme": "catppuccin-mocha", "workbench.iconTheme": "catppuccin-mocha",
"workbench.layoutControl.enabled": false,
"workbench.preferredDarkColorTheme": "Catppuccin Mocha", "workbench.preferredDarkColorTheme": "Catppuccin Mocha",
"workbench.preferredLightColorTheme": "Catppuccin Latte", "workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.productIconTheme": "icons-carbon", "workbench.productIconTheme": "icons-carbon",
@ -75,6 +76,9 @@
"[less]": { "[less]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"nix.enableLanguageServer": true,
"nix.formatterPath": "alejandra",
"nix.serverPath": "nil",
"[python]": { "[python]": {
"editor.defaultFormatter": "charliermarsh.ruff" "editor.defaultFormatter": "charliermarsh.ruff"
}, },