Skip to content

Commit

Permalink
Merge pull request #318457 from drupol/vscode-extensions/github-copil…
Browse files Browse the repository at this point in the history
…ot/bump

vscode-extensions.github.{copilot,copilot-chat}: bump
  • Loading branch information
drupol authored Jun 9, 2024
2 parents beb090c + 4de740f commit 03a21eb
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 @@ -1820,8 +1820,8 @@ let
mktplcRef = {
publisher = "github";
name = "copilot";
version = "1.180.827";
hash = "sha256-HA1na9FoExIiAay+tEjxWKqpG2+wq4Oww77Gl2Bhciw=";
version = "1.200.920";
hash = "sha256-LMShW9GN/wsDBodVn33Ui4qW0619r13VO2rSTPVE9TQ=";
};

meta = {
Expand All @@ -1837,8 +1837,8 @@ let
mktplcRef = {
publisher = "github";
name = "copilot-chat";
version = "0.14.2024032901"; # compatible with vscode 1.88.1
hash = "sha256-+6N7IGO5j0wP5Zg8CwapHeKGWiZzc43VM4jCtqJDJIQ=";
version = "0.16.2024060502"; # compatible with vscode 1.90.0
hash = "sha256-SAydDc3JlJzfCtbJICy3rWx8psVPdRdPfOuzR9Dqtp8=";
};
meta = {
description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";
Expand Down

0 comments on commit 03a21eb

Please sign in to comment.