vscode-extensions.aaron-bond.better-comments: init at 3.0.2

This commit is contained in:
DataHearth 2024-02-09 15:19:01 +01:00
parent 09a229f8e2
commit 8bbff533a6
No known key found for this signature in database
GPG Key ID: 946E2D0C410C7B3D

View File

@ -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";