General: save workspace settings for Codium
This commit is contained in:
parent
ac509b5dbc
commit
11bd9b2458
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"direnv.path.executable": "/run/current-system/sw/bin/direnv",
|
||||
"direnv.restart.automatic": true,
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "/run/current-system/sw/bin/nixd",
|
||||
"nix.formatterPath": "/run/current-system/sw/bin/nix fmt",
|
||||
}
|
Loading…
Reference in a new issue