vscode-extensions.github.copilot{*}: bump (#364729)

authored by Pol Dellaiera and committed by GitHub 7996b203 797c63bc

+4 -4
+4 -4
pkgs/applications/editors/vscode/extensions/default.nix
··· 2071 2071 mktplcRef = { 2072 2072 publisher = "github"; 2073 2073 name = "copilot"; 2074 - version = "1.246.1233"; # compatible with vscode ^1.95 2075 - hash = "sha256-Pz46qTCGtn7q7UqCzwkQbuEEkH6tKxZV1HKSUs9WA8M="; 2074 + version = "1.251.0"; # compatible with vscode ^1.96 2075 + hash = "sha256-nv6lTPTPcggwMgO8a4KAF0W7gpou1399f/axnH0sS4s="; 2076 2076 }; 2077 2077 2078 2078 meta = { ··· 2089 2089 publisher = "github"; 2090 2090 name = "copilot-chat"; 2091 2091 # Verify which version is available with nix run nixpkgs#vsce -- show github.copilot-chat --json 2092 - version = "0.23.2024102903"; # compatible with vscode ^1.95 2093 - hash = "sha256-FGvB+b24i23bdhpJpCQDvIHqqFvCJrWAKnX6fJgkr2E="; 2092 + version = "0.24.2024121201"; # compatible with vscode ^1.96 2093 + hash = "sha256-v3wdodDzYalz927KqqpL4IqEqLRmx1CLWdGBvZgNmpE="; 2094 2094 }; 2095 2095 meta = { 2096 2096 description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";