mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-09 08:28:41 +00:00
Link to Docker in vscode docker extension
This commit is contained in:
1
home.nix
1
home.nix
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user