vscode-extensions.drblury.protobuf-vsc: init at 1.6.0 (#508675)

This commit is contained in:
isabel
2026-04-11 20:00:33 +00:00
committed by GitHub
@@ -1437,6 +1437,21 @@ let
};
};
drblury.protobuf-vsc = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "protobuf-vsc";
publisher = "DrBlury";
version = "1.6.0";
hash = "sha256-HvTJSFRKO0K7Ud9381viPrXp3TInB1FT97qZArosAjY=";
};
meta = {
description = "Comprehensive Protocol Buffers support with syntax highlighting, IntelliSense, diagnostics and formatting";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=DrBlury.protobuf-vsc";
homepage = "https://github.com/DrBlury/protobuf-vsc-extension";
license = lib.licenses.mit;
};
};
eamodio.gitlens = callPackage ./eamodio.gitlens { };
earthly.earthfile-syntax-highlighting = buildVscodeMarketplaceExtension {