Loading pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -694,6 +694,23 @@ let }; }; chris-hayes.chatgpt-reborn = buildVscodeMarketplaceExtension { meta = { changelog = "https://marketplace.visualstudio.com/items/chris-hayes.chatgpt-reborn/changelog"; description = "A Visual Studio Code extension to support ChatGPT, GPT-3 and Codex conversations"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn"; homepage = "https://github.com/christopher-hayes/vscode-chatgpt-reborn"; license = lib.licenses.isc; maintainers = [ lib.maintainers.drupol ]; }; mktplcRef = { name = "chatgpt-reborn"; publisher = "chris-hayes"; version = "3.10.2"; sha256 = "sha256-rVfHJxJYgwaiWuckHGcTMIoaFSs3RH4vIrp1I/48pCI="; }; }; cweijan.vscode-database-client2 = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-database-client2"; Loading Loading
pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -694,6 +694,23 @@ let }; }; chris-hayes.chatgpt-reborn = buildVscodeMarketplaceExtension { meta = { changelog = "https://marketplace.visualstudio.com/items/chris-hayes.chatgpt-reborn/changelog"; description = "A Visual Studio Code extension to support ChatGPT, GPT-3 and Codex conversations"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn"; homepage = "https://github.com/christopher-hayes/vscode-chatgpt-reborn"; license = lib.licenses.isc; maintainers = [ lib.maintainers.drupol ]; }; mktplcRef = { name = "chatgpt-reborn"; publisher = "chris-hayes"; version = "3.10.2"; sha256 = "sha256-rVfHJxJYgwaiWuckHGcTMIoaFSs3RH4vIrp1I/48pCI="; }; }; cweijan.vscode-database-client2 = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-database-client2"; Loading