about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTobias <20247528+Tobi34@users.noreply.github.com>2024-04-21 22:40:39 +0200
committerTobias <20247528+Tobi34@users.noreply.github.com>2024-04-22 19:25:58 +0200
commit0eae1a3a352371934acfc20ac9b15484864aab28 (patch)
tree7ae2ee4a728360ab4ab16816cbf222844364e74c /pkgs/applications/editors
parentc64f61e478b237f2f903d9e2596baa67cfa19ad9 (diff)
vscode-extensions.github.copilot-chat: 0.13.2024022301 -> 0.14.2024032901
Diffstat (limited to 'pkgs/applications/editors')
-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 5cf2b7b53d066..54f1568c6c7a6 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -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";  # 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";