mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
vscode-extensions.mgt19937.typst-preview: init at 0.6.0
This commit is contained in:
parent
8f7eabf556
commit
6c3c21eaa8
@ -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 {
|
mhutchie.git-graph = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "git-graph";
|
name = "git-graph";
|
||||||
|
Loading…
Reference in New Issue
Block a user