This commit is contained in:
Henri Dohmen 2025-07-17 18:26:30 +02:00
parent e0472e1d33
commit c254a9c97f
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -47,6 +47,7 @@ in
jnoortheen.nix-ide jnoortheen.nix-ide
ltex-plus.vscode-ltex-plus ltex-plus.vscode-ltex-plus
maximedenes.vscoq maximedenes.vscoq
mkhl.direnv
ms-python.python ms-python.python
ms-toolsai.jupyter ms-toolsai.jupyter
# ms-vscode-remote.remote-ssh # ms-vscode-remote.remote-ssh
@ -59,6 +60,7 @@ in
"editor.formatOnType" = false; "editor.formatOnType" = false;
# https://github.com/nix-community/nix-vscode-extensions/issues/123 # https://github.com/nix-community/nix-vscode-extensions/issues/123
"ltex.ltex-ls.path" = "${pkgs.ltex-ls-plus}"; "ltex.ltex-ls.path" = "${pkgs.ltex-ls-plus}";
"direnv.path.executable" = "${pkgs.direnv}/bin/direnv";
}; };
}; };
}; };