vscode workspace settings and 2 extra extensions

This commit is contained in:
Joseph Hanson 2024-09-23 18:56:09 -05:00
parent e24f915f9c
commit 4fb1431e83
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 12 additions and 0 deletions

10
.vscode/settings.json vendored
View file

@ -7,4 +7,14 @@
"editor.guides.highlightActiveBracketPair": true, "editor.guides.highlightActiveBracketPair": true,
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true,
"sops.defaults.ageKeyFile": "age.key", "sops.defaults.ageKeyFile": "age.key",
"nix.enableLanguageServer": true,
"nix.serverPath": "/run/current-system/sw/bin/nil",
"nix.formatterPath": "/run/current-system/sw/bin/nixpkgs-fmt",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["nixpkgs-fmt"]
}
}
},
} }

View file

@ -32,6 +32,8 @@ let
"fill-labs.dependi" "fill-labs.dependi"
"rust-lang.rust-analyzer" "rust-lang.rust-analyzer"
"dustypomerleau.rust-syntax" "dustypomerleau.rust-syntax"
"mattheworford.hocon-tools"
"pgourlain.erlang"
# "github.copilot-chat" # "github.copilot-chat"
]; ];
# Nixpkgs Extensions. These are updated whenver they get around to it. # Nixpkgs Extensions. These are updated whenver they get around to it.