Unverified Commit 40c7383b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #242801 from NixOS/vscode/extension/add-typst-preview

vscode-extensions.mgt19937.typst-preview: init at 0.6.0
parents a3bd43a6 6c3c21ea
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -2178,6 +2178,22 @@ let
        };
      };

      mgt19937.typst-preview = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "typst-preview";
          publisher = "mgt19937";
          version = "0.6.0";
          sha256 = "sha256-ZrsTtbD3oIUjxSC1osGYwTynwvDFQxuGeDglopBJGxA=";
        };
        meta = {
          description = "Typst Preview is an extension for previewing your Typst files in vscode instantly";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=mgt19937.typst-preview";
          homepage = "https://github.com/Enter-tainer/typst-preview-vscode";
          license = lib.licenses.mit;
          maintainers = [ lib.maintainers.drupol ];
        };
      };

      mhutchie.git-graph = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "git-graph";