2025-04-10 16:27:51 +02:00

20 lines
589 B
Nix

{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "reload";
publisher = "natqe";
version = "0.0.7";
hash = "sha256-j0Dj7YiawhPAMHe8wk8Ph4vo26IneidoGJ4C9O7Z/64=";
};
meta = {
description = "This extension will add reload button to status bar in the right-bottom of your VSCode editor.";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=natqe.reload";
homepage = "https://github.com/natqe/reload";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.therobot2105 ];
};
}