refactor(vscode): rename settings.json to settings.base.json for nixd v2 migration

This commit is contained in:
2026-04-12 00:30:15 +08:00
parent 368297f6ff
commit 71e8157d2a
+14
View File
@@ -0,0 +1,14 @@
{
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": ["nixfmt"]
},
"nixpkgs": {
"expr": "import <nixpkgs> {}"
}
}
}
}