Skip to content

Commit

Permalink
fix(modules/vscode): Upgrade copilot-chat to be compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed May 10, 2024
1 parent 5789d7a commit 017be24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/development/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
# This is to pin it to a version to be compatible with vscode.
publisher = "github";
name = "copilot-chat";
version = "0.14.2024032901";
sha256 = "sha256-+6N7IGO5j0wP5Zg8CwapHeKGWiZzc43VM4jCtqJDJIQ=";
version = "0.15.2024043005";
sha256 = "sha256-I7cfmuw2MPNrw13Eq3MYt4hMq6p6g4xQNg0TWLmHqaA=";
};
};
in {
Expand Down

0 comments on commit 017be24

Please sign in to comment.