Update vs code ext
This commit is contained in:
parent
f22600ae5f
commit
6425eaaf71
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,6 @@ let
|
||||||
# Python extensions *required* for redhat.ansible/vscode-yaml
|
# Python extensions *required* for redhat.ansible/vscode-yaml
|
||||||
"ms-python.python"
|
"ms-python.python"
|
||||||
"ms-python.vscode-pylance"
|
"ms-python.vscode-pylance"
|
||||||
"ms-vscode-remote.remote-ssh"
|
|
||||||
"ms-vscode-remote.remote-ssh-edit"
|
|
||||||
"pkief.material-icon-theme"
|
"pkief.material-icon-theme"
|
||||||
"redhat.ansible"
|
"redhat.ansible"
|
||||||
"redhat.vscode-yaml"
|
"redhat.vscode-yaml"
|
||||||
|
@ -32,6 +30,8 @@ let
|
||||||
vscodeNixpkgsExtensions = [
|
vscodeNixpkgsExtensions = [
|
||||||
# Continue ships with a binary that requires the patchelf fix which is done by default in nixpkgs.
|
# Continue ships with a binary that requires the patchelf fix which is done by default in nixpkgs.
|
||||||
"continue.continue"
|
"continue.continue"
|
||||||
|
"ms-vscode-remote.remote-ssh"
|
||||||
|
"ms-vscode-remote.remote-ssh-edit"
|
||||||
];
|
];
|
||||||
# Straight from the VSCode marketplace.
|
# Straight from the VSCode marketplace.
|
||||||
marketplaceExtensions = [
|
marketplaceExtensions = [
|
||||||
|
@ -45,7 +45,7 @@ let
|
||||||
# The latest generally targets insiders build of vs code right now and it won't load on stable.
|
# The latest generally targets insiders build of vs code right now and it won't load on stable.
|
||||||
name = "copilot-chat";
|
name = "copilot-chat";
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
version = "0.18.1";
|
version = "0.18.2";
|
||||||
sha256 = "BrcrfhkX2VGF9wznTSlPSdPPv126ScbHb1ngBRGtr4E=";
|
sha256 = "BrcrfhkX2VGF9wznTSlPSdPPv126ScbHb1ngBRGtr4E=";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue