Merge pull request #176714 from pbsds/vscode-markdown-extensions
vscode-extensions: add sanaajani.taskrunnercode and shd101wyy.markdown-preview-enhanced, fix tomoki1207.pdf metadata
This commit is contained in:
commit
00f2b05ff7
1 changed files with 42 additions and 0 deletions
|
@ -2028,6 +2028,26 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sanaajani.taskrunnercode = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "taskrunnercode";
|
||||||
|
publisher = "sanaajani";
|
||||||
|
version = "0.3.0";
|
||||||
|
sha256 = "NVGMM9ugmYZNCWhNmclcGuVJPhJ9h4q2G6nNzVUEpes=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Extension to view and run tasks from Explorer pane";
|
||||||
|
longDescription = ''
|
||||||
|
This extension adds an additional "Task Runner" view in your Explorer Pane
|
||||||
|
to visualize and individually run the auto-detected or configured tasks
|
||||||
|
in your project.
|
||||||
|
'';
|
||||||
|
homepage = "https://github.com/sana-ajani/taskrunner-code";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = with lib.maintainers; [ pbsds ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
scala-lang.scala = buildVscodeMarketplaceExtension {
|
scala-lang.scala = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "scala";
|
name = "scala";
|
||||||
|
@ -2077,6 +2097,26 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shd101wyy.markdown-preview-enhanced = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "shd101wyy";
|
||||||
|
name = "markdown-preview-enhanced";
|
||||||
|
version = "0.6.3";
|
||||||
|
sha256 = "dCWERQ5rHnmYLtYl12gJ+dXLnpMu55WnmF1VfdP0x34=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Provides a live preview of markdown using either markdown-it or pandoc";
|
||||||
|
longDescription = ''
|
||||||
|
Markdown Preview Enhanced provides you with many useful functionalities
|
||||||
|
such as automatic scroll sync, math typesetting, mermaid, PlantUML,
|
||||||
|
pandoc, PDF export, code chunk, presentation writer, etc.
|
||||||
|
'';
|
||||||
|
homepage = "https://github.com/shd101wyy/vscode-markdown-preview-enhanced";
|
||||||
|
license = lib.licenses.ncsa;
|
||||||
|
maintainers = with lib.maintainers; [ pbsds ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
shyykoserhiy.vscode-spotify = buildVscodeMarketplaceExtension {
|
shyykoserhiy.vscode-spotify = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-spotify";
|
name = "vscode-spotify";
|
||||||
|
@ -2352,6 +2392,8 @@ let
|
||||||
sha256 = "1bcj546bp0w4yndd0qxwr8grhiwjd1jvf33jgmpm0j96y34vcszz";
|
sha256 = "1bcj546bp0w4yndd0qxwr8grhiwjd1jvf33jgmpm0j96y34vcszz";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
|
description = "Show PDF preview in VSCode";
|
||||||
|
homepage = "https://github.com/tomoki1207/vscode-pdfviewer";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue