vscode-extensions.zaaack.markdown-editor: Init at 0.1.10
This commit is contained in:
parent
5654a7d013
commit
229b3414f8
@ -4829,6 +4829,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
zaaack.markdown-editor = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "markdown-editor";
|
||||
publisher = "zaaack";
|
||||
version = "0.1.10";
|
||||
hash = "sha256-K1nczR059BsiHpT1xdtJjpFLl5krt4H9+CrEsIycq9U=";
|
||||
};
|
||||
meta = {
|
||||
description = "Visual Studio Code extension for WYSIWYG markdown editing";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=zaaack.markdown-editor";
|
||||
homepage = "https://github.com/zaaack/vscode-markdown-editor";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.pandapip1 ];
|
||||
};
|
||||
};
|
||||
|
||||
zainchen.json = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "json";
|
||||
|
Loading…
Reference in New Issue
Block a user