chore: vscode settings

This commit is contained in:
winston 2024-03-08 12:51:04 +01:00
parent a519b03cdb
commit af14dbac0a

11
.vscode/settings.json vendored
View file

@ -1,3 +1,12 @@
{
"nix.formatterPath": "alejandra"
"nix.enableLanguageServer": true,
"nix.formatterPath": "alejandra",
"nix.serverPath": "nil",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["alejandra"]
}
}
}
}