Update vscodium plugins and settings

Give universally accessible direnv path
Update to Even Better TOML
Add binary debugger
This commit is contained in:
Greg Hellings
2024-10-16 10:47:52 -05:00
parent 26a10f1b86
commit 6080920cf1
+3 -2
View File
@@ -27,7 +27,6 @@ in
arrterian.nix-env-selector
asvetliakov.vscode-neovim
batisteo.vscode-django
bungcip.better-toml
donjayamanne.python-environment-manager
golang.go
kevinrose.vsc-python-indent
@@ -36,6 +35,8 @@ in
ms-python.python
njpwerner.autodocstring
rust-lang.rust-analyzer
tamasfe.even-better-toml
vadimcn.vscode-lldb
vscjava.vscode-java-test
vscjava.vscode-java-dependency
vscjava.vscode-java-debug
@@ -43,7 +44,7 @@ in
];
userSettings = {
"direnv.restart.automatic" = true;
"direnv.path.executable" = "/home/gregory.hellings/.nix-profile/bin/direnv";
"direnv.path.executable" = (lib.getExe pkgs.direnv);
"extensions.autoUpdate" = false;
"extensions.experimental.affinity" = {
"asvetliakov.vscode-neovim" = 1;