Update vs code ext

This commit is contained in:
Joseph Hanson 2024-08-21 17:45:43 -05:00
parent f22600ae5f
commit 6425eaaf71
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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=";
} }
]; ];