vscode workspace settings and 2 extra extensions
This commit is contained in:
parent
e24f915f9c
commit
4fb1431e83
2 changed files with 12 additions and 0 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue