Update vscodium plugins and settings
Give universally accessible direnv path Update to Even Better TOML Add binary debugger
This commit is contained in:
@@ -27,7 +27,6 @@ in
|
|||||||
arrterian.nix-env-selector
|
arrterian.nix-env-selector
|
||||||
asvetliakov.vscode-neovim
|
asvetliakov.vscode-neovim
|
||||||
batisteo.vscode-django
|
batisteo.vscode-django
|
||||||
bungcip.better-toml
|
|
||||||
donjayamanne.python-environment-manager
|
donjayamanne.python-environment-manager
|
||||||
golang.go
|
golang.go
|
||||||
kevinrose.vsc-python-indent
|
kevinrose.vsc-python-indent
|
||||||
@@ -36,6 +35,8 @@ in
|
|||||||
ms-python.python
|
ms-python.python
|
||||||
njpwerner.autodocstring
|
njpwerner.autodocstring
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
|
tamasfe.even-better-toml
|
||||||
|
vadimcn.vscode-lldb
|
||||||
vscjava.vscode-java-test
|
vscjava.vscode-java-test
|
||||||
vscjava.vscode-java-dependency
|
vscjava.vscode-java-dependency
|
||||||
vscjava.vscode-java-debug
|
vscjava.vscode-java-debug
|
||||||
@@ -43,7 +44,7 @@ in
|
|||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"direnv.restart.automatic" = true;
|
"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.autoUpdate" = false;
|
||||||
"extensions.experimental.affinity" = {
|
"extensions.experimental.affinity" = {
|
||||||
"asvetliakov.vscode-neovim" = 1;
|
"asvetliakov.vscode-neovim" = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user