Skip to content

Commit

Permalink
Merge pull request #221830 from drupol/init/vscode-extensions.gencay.…
Browse files Browse the repository at this point in the history
…vscode-chatgpt

vscode-extensions.genieai.chatgpt-vscode: init at 0.0.2
  • Loading branch information
superherointj authored Mar 20, 2023
2 parents 238d4c3 + 89b4b81 commit 8bc6945
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 8bc6945

Please sign in to comment.