chore(vscode): Initial exts/settings

This commit is contained in:
Sridhar Ratnakumar 2024-05-20 18:47:40 -04:00 committed by Shivaraj B H
parent aa0c865e19
commit e94cf70f07
2 changed files with 10 additions and 0 deletions

6
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"recommendations": [
"jnoortheen.nix-ide",
"mkhl.direnv"
]
}

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd"
}