about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-04-23 06:05:21 -0300
committerGitHub <noreply@github.com>2024-04-23 06:05:21 -0300
commit4a2b6151ada8e03998482f10db8a6c1db50af06b (patch)
tree01753aa65f2d5ece94872c4cc30de5e217730a03 /pkgs
parentfabeab48c752a437936c38beae2f24948c37498f (diff)
parent0eae1a3a352371934acfc20ac9b15484864aab28 (diff)
Merge pull request #305830 from Tobi34/copilot-chat-update
vscode-extensions.github.copilot-chat: 0.13.2024022301 -> 0.14.2024032901
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index b5d68427ba25c..07bcb8e01a0b3 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1810,8 +1810,8 @@ let
         mktplcRef = {
           publisher = "github";
           name = "copilot-chat";
-          version = "0.13.2024022301"; # compatible with vscode >= 1.87
-          hash = "sha256-WdojLEdrg6iqTH/cNPEWb6VEfk+gIHh2M5GHrAURjy8=";
+          version = "0.14.2024032901";  # compatible with vscode 1.88.1
+          hash = "sha256-+6N7IGO5j0wP5Zg8CwapHeKGWiZzc43VM4jCtqJDJIQ=";
         };
         meta = {
           description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";