Loading pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1322,6 +1322,8 @@ let dendron.dendron-paste-image = callPackage ./dendron.dendron-paste-image { }; dendron.dendron-snippet-maker = callPackage ./dendron.dendron-snippet-maker { }; denoland.vscode-deno = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-deno"; Loading pkgs/applications/editors/vscode/extensions/dendron.dendron-snippet-maker/default.nix 0 → 100644 +17 −0 Original line number Diff line number Diff line { lib, vscode-utils }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "dendron-snippet-maker"; publisher = "dendron"; version = "0.1.6"; hash = "sha256-KOIbAt6EjqRGaqOlCV+HO9phR4tk2KV/+FMCefCKN+8="; }; meta = { description = "Easily create markdown snippets. Used in Dendron but can also be used standalone."; downloadPage = "https://marketplace.visualstudio.com/items?itemName=dendron.dendron-snippet-maker"; homepage = "https://github.com/dendronhq/easy-snippet-maker"; license = lib.licenses.mit; maintainers = [ lib.maintainers.ivyfanchiang ]; }; } Loading
pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1322,6 +1322,8 @@ let dendron.dendron-paste-image = callPackage ./dendron.dendron-paste-image { }; dendron.dendron-snippet-maker = callPackage ./dendron.dendron-snippet-maker { }; denoland.vscode-deno = buildVscodeMarketplaceExtension { mktplcRef = { name = "vscode-deno"; Loading
pkgs/applications/editors/vscode/extensions/dendron.dendron-snippet-maker/default.nix 0 → 100644 +17 −0 Original line number Diff line number Diff line { lib, vscode-utils }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "dendron-snippet-maker"; publisher = "dendron"; version = "0.1.6"; hash = "sha256-KOIbAt6EjqRGaqOlCV+HO9phR4tk2KV/+FMCefCKN+8="; }; meta = { description = "Easily create markdown snippets. Used in Dendron but can also be used standalone."; downloadPage = "https://marketplace.visualstudio.com/items?itemName=dendron.dendron-snippet-maker"; homepage = "https://github.com/dendronhq/easy-snippet-maker"; license = lib.licenses.mit; maintainers = [ lib.maintainers.ivyfanchiang ]; }; }