Skip to content

Commit 89b4b81

Browse files
committed
vscode-extensions.genieai.chatgpt-vscode: init at 0.0.2
1 parent 7e36f3c commit 89b4b81

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

+17
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,23 @@ let
12421242
};
12431243
};
12441244

1245+
genieai.chatgpt-vscode = buildVscodeMarketplaceExtension {
1246+
meta = {
1247+
changelog = "https://marketplace.visualstudio.com/items/genieai.chatgpt-vscode/changelog";
1248+
description = "A Visual Studio Code extension to support ChatGPT, GPT-3 and Codex conversations";
1249+
downloadPage = "https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode";
1250+
homepage = "https://github.com/ai-genie/chatgpt-vscode";
1251+
license = lib.licenses.isc;
1252+
maintainers = [ lib.maintainers.drupol ];
1253+
};
1254+
mktplcRef = {
1255+
name = "chatgpt-vscode";
1256+
publisher = "genieai";
1257+
version = "0.0.2";
1258+
sha256 = "sha256-mdBSZ8BAJ1dFy5MXBPMwXlSmNsY5vD/+gBAI+3+QT84=";
1259+
};
1260+
};
1261+
12451262
github = {
12461263
codespaces = buildVscodeMarketplaceExtension {
12471264
mktplcRef = {

0 commit comments

Comments
 (0)