Link to Docker in vscode docker extension

This commit is contained in:
Smaug123
2021-10-31 14:37:25 +00:00
parent 7cd4c074c5
commit f4c453de97
2 changed files with 7 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ let rider = import ./rider/rider.nix { inherit pkgs; username = username; }; in
}; };
"git.path" = "${pkgs.git}/bin/git"; "git.path" = "${pkgs.git}/bin/git";
"update.mode" = "none"; "update.mode" = "none";
"docker.dockerPath" = "${pkgs.docker}/bin/docker";
}; };
}; };

View File

@@ -5,13 +5,18 @@ with pkgs.vscode-extensions; [
haskell.haskell haskell.haskell
yzhang.markdown-all-in-one yzhang.markdown-all-in-one
james-yu.latex-workshop james-yu.latex-workshop
ms-azuretools.vscode-docker
vscodevim.vim vscodevim.vim
# Doesn't work with vscodium, and unfree # Doesn't work with vscodium, and unfree
# ms-vscode-remote.remote-ssh # ms-vscode-remote.remote-ssh
# Not supported on Darwin, apparently # Not supported on Darwin, apparently
# ms-dotnettools.csharp # ms-dotnettools.csharp
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "vscode-docker";
publisher = "ms-azuretools";
version = "1.14.0";
sha256 = "0wc0k3hf9yfjcx7cw9vm528v5f4bk968bgc98h8fwmlx14vhapzp";
}
{ {
name = "code-gnu-global"; name = "code-gnu-global";
publisher = "austin"; publisher = "austin";