Add dev containers to VSCode
This commit is contained in:
@@ -36,6 +36,7 @@ in
|
|||||||
ms-python.python
|
ms-python.python
|
||||||
ms-vscode.cpptools-extension-pack
|
ms-vscode.cpptools-extension-pack
|
||||||
ms-vscode.makefile-tools
|
ms-vscode.makefile-tools
|
||||||
|
ms-vscode-remote.remote-containers
|
||||||
ms-vscode-remote.remote-ssh
|
ms-vscode-remote.remote-ssh
|
||||||
njpwerner.autodocstring
|
njpwerner.autodocstring
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
@@ -51,6 +52,7 @@ in
|
|||||||
github.copilot-chat
|
github.copilot-chat
|
||||||
]);
|
]);
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
"dev.containers.dockerPath" = "podman";
|
||||||
"direnv.restart.automatic" = true;
|
"direnv.restart.automatic" = true;
|
||||||
"direnv.path.executable" = (lib.getExe pkgs.direnv);
|
"direnv.path.executable" = (lib.getExe pkgs.direnv);
|
||||||
"extensions.autoUpdate" = false;
|
"extensions.autoUpdate" = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user