Add some settings for direnv in vscode
This commit is contained in:
parent
b318411fbd
commit
9c295ab4ec
@ -9,6 +9,7 @@
|
|||||||
"window.titleBarStyle" = "custom";
|
"window.titleBarStyle" = "custom";
|
||||||
"rust-analyzer.testExplorer" = true;
|
"rust-analyzer.testExplorer" = true;
|
||||||
"rust-analyzer.restartServerOnConfigChange" = true;
|
"rust-analyzer.restartServerOnConfigChange" = true;
|
||||||
|
"direnv.restart.automatic" = true;
|
||||||
};
|
};
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
catppuccin.catppuccin-vsc
|
catppuccin.catppuccin-vsc
|
||||||
|
Loading…
Reference in New Issue
Block a user