Add some settings for direnv in vscode
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m44s
Periodic flake update / flake-update (push) Successful in 1m21s

This commit is contained in:
Torjus Håkestad 2025-03-03 19:14:27 +01:00
parent b318411fbd
commit 9c295ab4ec
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -9,6 +9,7 @@
"window.titleBarStyle" = "custom";
"rust-analyzer.testExplorer" = true;
"rust-analyzer.restartServerOnConfigChange" = true;
"direnv.restart.automatic" = true;
};
extensions = with pkgs.vscode-extensions; [
catppuccin.catppuccin-vsc