Unverified Commit 6afb4fcf authored by Lyna's avatar Lyna
Browse files

vscode-extensions.drblury.protobuf-vsc: init at 1.6.0

parent 199536df
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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 {