Loading pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,23 @@ let }; }; aaron-bond.better-comments = buildVscodeMarketplaceExtension { mktplcRef = { name = "better-comments"; publisher = "aaron-bond"; version = "3.0.2"; sha256 = "850980f0f5a37f635deb4bf9100baaa83f0b204bbbb25acdb3c96e73778f8197"; }; meta = { changelog = "https://marketplace.visualstudio.com/items/aaron-bond.better-comments/changelog"; description = "Improve your code commenting by annotating with alert, informational, TODOs, and more!"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments"; homepage = "https://github.com/aaron-bond/better-comments"; license = lib.licenses.mit; maintainers = [ lib.maintainers.DataHearth ]; }; }; adpyke.codesnap = buildVscodeMarketplaceExtension { mktplcRef = { name = "codesnap"; Loading Loading
pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,23 @@ let }; }; aaron-bond.better-comments = buildVscodeMarketplaceExtension { mktplcRef = { name = "better-comments"; publisher = "aaron-bond"; version = "3.0.2"; sha256 = "850980f0f5a37f635deb4bf9100baaa83f0b204bbbb25acdb3c96e73778f8197"; }; meta = { changelog = "https://marketplace.visualstudio.com/items/aaron-bond.better-comments/changelog"; description = "Improve your code commenting by annotating with alert, informational, TODOs, and more!"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments"; homepage = "https://github.com/aaron-bond/better-comments"; license = lib.licenses.mit; maintainers = [ lib.maintainers.DataHearth ]; }; }; adpyke.codesnap = buildVscodeMarketplaceExtension { mktplcRef = { name = "codesnap"; Loading