Skip to content

Commit

Permalink
updated copliot and copilot-chat to be compatible with vscode 1.88.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi34 committed Apr 20, 2024
1 parent c64f61e commit 9b5dcce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1756,8 +1756,8 @@ let
mktplcRef = {
publisher = "github";
name = "copilot";
version = "1.172.758";
hash = "sha256-sK3IiA4mQ6Hse+UpZ81Zb5iBSREzTrs7ypsfGbJiXm4=";
version = "1.180.827";
sha256 = "0b3jc5h9gimyqfq87axhdwdskajqy54b9gmc04i144v8s5mnf38w";
};

meta = {
Expand All @@ -1773,8 +1773,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"; # copatible with vscode 1.88.1
sha256 = "11148fibdhl86gaqswvk4rd8dqhxm430ng4qwl7lr3xrcch7p8zv";
};
meta = {
description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";
Expand Down

0 comments on commit 9b5dcce

Please sign in to comment.