Skip to content

Commit b76e333

Browse files
authored
vscode-extensions.github.{copilot, copilot-chat}: bump (compatible with VSCode 1.98) (#387817)
2 parents cbe8aa9 + ba2b130 commit b76e333

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,8 +2105,8 @@ let
21052105
publisher = "github";
21062106
name = "copilot";
21072107
# Verify which version is available with nix run nixpkgs#vsce -- show github.copilot --json
2108-
version = "1.277.1411"; # compatible with vscode ^1.97
2109-
hash = "sha256-HLn+2fagcBi1ZVjLCb+v8eg+Je7wApQs2Qpd1uJ3YG8=";
2108+
version = "1.279.1416"; # compatible with vscode ^1.97
2109+
hash = "sha256-t6d+YkOElpeggwZ86VDftVz2bjDx5Rl/yOn5L5+1R/g=";
21102110
};
21112111

21122112
meta = {
@@ -2123,8 +2123,8 @@ let
21232123
publisher = "github";
21242124
name = "copilot-chat";
21252125
# Verify which version is available with nix run nixpkgs#vsce -- show github.copilot-chat --json
2126-
version = "0.25.2025021201"; # latest compatible with vscode ^1.98
2127-
hash = "sha256-k0gZ5vzyYhhpvR+5IgyvaDreejQnY7HVYu+MfibJbVU=";
2126+
version = "0.26.2025030506"; # latest compatible with vscode ^1.98
2127+
hash = "sha256-mCmZs5xGxcqHyo8NyMjk2mu9LmxFlMb2NGUwjXg27JA=";
21282128
};
21292129
meta = {
21302130
description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";

0 commit comments

Comments
 (0)