Add dev containers to VSCode

This commit is contained in:
Greg Hellings
2025-10-16 00:22:24 -05:00
parent 4716fb13c6
commit d7222f7ecf
+2
View File
@@ -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;