mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-13 02:39:58 +00:00
vscode-extensions.quarto.quarto: init at 1.135.0 (#555312)
This commit is contained in:
@@ -3909,6 +3909,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
quarto.quarto = callPackage ./quarto.quarto { };
|
||||
|
||||
quicktype.quicktype = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "quicktype";
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "quarto";
|
||||
publisher = "quarto";
|
||||
version = "1.135.0";
|
||||
hash = "sha256-KxdiW/WFQN7nCZhhB7wntChcv+VV3E8d5FfArCt+0KQ=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/quarto.quarto/changelog";
|
||||
description = "Visual Studio Code extension for the Quarto scientific and technical publishing system";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=quarto.quarto";
|
||||
homepage = "https://github.com/quarto-dev/quarto/tree/main/apps/vscode";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ maj0e ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user