From 6425eaaf71c6b89fb4c36ee4db40a7d3aa822309 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 21 Aug 2024 17:45:43 -0500 Subject: [PATCH] Update vs code ext --- nixos/modules/nixos/editor/vscode.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/nixos/editor/vscode.nix b/nixos/modules/nixos/editor/vscode.nix index 7726a86..966d6ab 100644 --- a/nixos/modules/nixos/editor/vscode.nix +++ b/nixos/modules/nixos/editor/vscode.nix @@ -16,8 +16,6 @@ let # Python extensions *required* for redhat.ansible/vscode-yaml "ms-python.python" "ms-python.vscode-pylance" - "ms-vscode-remote.remote-ssh" - "ms-vscode-remote.remote-ssh-edit" "pkief.material-icon-theme" "redhat.ansible" "redhat.vscode-yaml" @@ -32,6 +30,8 @@ let vscodeNixpkgsExtensions = [ # Continue ships with a binary that requires the patchelf fix which is done by default in nixpkgs. "continue.continue" + "ms-vscode-remote.remote-ssh" + "ms-vscode-remote.remote-ssh-edit" ]; # Straight from the VSCode marketplace. marketplaceExtensions = [ @@ -45,7 +45,7 @@ let # The latest generally targets insiders build of vs code right now and it won't load on stable. name = "copilot-chat"; publisher = "github"; - version = "0.18.1"; + version = "0.18.2"; sha256 = "BrcrfhkX2VGF9wznTSlPSdPPv126ScbHb1ngBRGtr4E="; } ];