vscode-extensions.mgt19937.typst-preview: init at 0.6.0

This commit is contained in:
Pol Dellaiera 2023-07-11 11:37:14 +02:00
parent 8f7eabf556
commit 6c3c21eaa8
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

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