Commit 89b4b81 1 parent 7e36f3c commit 89b4b81 Copy full SHA for 89b4b81
File tree 1 file changed +17
-0
lines changed
pkgs/applications/editors/vscode/extensions
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1242,6 +1242,23 @@ let
1242
1242
} ;
1243
1243
} ;
1244
1244
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
+
1245
1262
github = {
1246
1263
codespaces = buildVscodeMarketplaceExtension {
1247
1264
mktplcRef = {
You can’t perform that action at this time.
0 commit comments