Merge pull request #234033 from Laurent2916/copilot-chat

vscode-extensions.github.copilot-chat: init at 0.1.2023060101
This commit is contained in:
Pol Dellaiera 2023-06-02 21:32:07 +02:00 committed by GitHub
commit fddbfa2159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1452,6 +1452,22 @@ let
};
};
github.copilot-chat = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "github";
name = "copilot-chat";
version = "0.1.2023060101";
sha256 = "sha256-g3UIcy2TpD3m8EamxneUXYAV/bbCPvPhOWdcuXPkK9g=";
};
meta = {
description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat";
homepage = "https://github.com/features/copilot";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.laurent-f1z1 ];
};
};
github.github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-vscode-theme";