added vscodium config

This commit is contained in:
Sebastian Wendel 2024-02-17 11:11:13 +01:00
parent 9c54da414f
commit f5c2da7eac
2 changed files with 33 additions and 1 deletions

View file

@ -1 +1,12 @@
{}
{
"recommendations": [
"arrterian.nix-env-selector",
"ecmel.vscode-html-css",
"formulahendry.auto-complete-tag",
"jnoortheen.nix-ide",
"kamadorueda.alejandra",
"mblode.pretty-formatter",
"mikestead.dotenv",
],
"unwantedRecommendations": []
}

21
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,21 @@
{
"alejandra.program": "alejandra",
"nix.serverPath": "nil",
"nix.enableLanguageServer": true,
"files.associations": {
"flake.lock": "json"
},
"[html]": {
"editor.defaultFormatter": "mblode.pretty-formatter"
},
"[css]": {
"editor.defaultFormatter": "mblode.pretty-formatter"
},
"[nix]": {
"editor.defaultFormatter": "kamadorueda.alejandra",
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.codeLens": true
},
}