Skip to content

Commit

Permalink
vscode-extensions.genieai.chatgpt-vscode: init at 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 20, 2023
1 parent 7e36f3c commit 89b4b81
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,23 @@ let
};
};

genieai.chatgpt-vscode = buildVscodeMarketplaceExtension {
meta = {
changelog = "https://marketplace.visualstudio.com/items/genieai.chatgpt-vscode/changelog";
description = "A Visual Studio Code extension to support ChatGPT, GPT-3 and Codex conversations";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode";
homepage = "https://github.com/ai-genie/chatgpt-vscode";
license = lib.licenses.isc;
maintainers = [ lib.maintainers.drupol ];
};
mktplcRef = {
name = "chatgpt-vscode";
publisher = "genieai";
version = "0.0.2";
sha256 = "sha256-mdBSZ8BAJ1dFy5MXBPMwXlSmNsY5vD/+gBAI+3+QT84=";
};
};

github = {
codespaces = buildVscodeMarketplaceExtension {
mktplcRef = {
Expand Down

0 comments on commit 89b4b81

Please sign in to comment.