We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa552c commit 5a84ee3Copy full SHA for 5a84ee3
pkgs/applications/editors/vscode/extensions/default.nix
@@ -2127,8 +2127,8 @@ let
2127
publisher = "github";
2128
name = "copilot-chat";
2129
# Verify which version is available with nix run nixpkgs#vsce -- show github.copilot-chat --json
2130
- version = "0.26.2025030506"; # latest compatible with vscode ^1.98
2131
- hash = "sha256-mCmZs5xGxcqHyo8NyMjk2mu9LmxFlMb2NGUwjXg27JA=";
+ version = "0.26.2025040204"; # latest compatible with vscode ^1.98
+ hash = "sha256-grG/pn+R4paCqkSx6DGzKjyjQVZ2FINRxdpXynGF35g=";
2132
};
2133
meta = {
2134
description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";
0 commit comments