Vscode extensions (#441298)

This commit is contained in:
Pol Dellaiera
2025-11-14 05:41:43 +00:00
committed by GitHub
3 changed files with 47 additions and 1 deletions
@@ -0,0 +1,21 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-jupytext";
publisher = "congyiwu";
version = "0.1.2";
hash = "sha256-V9V4O1fdhY/ReKskixn113O0G1Mu1x9Z9SdChw9uVqU=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/congyiwu.vscode-jupytext/changelog";
description = "Visual Studio Code extension for Jupytext support";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=congyiwu.vscode-jupytext";
homepage = "https://github.com/congyiwu/vscode-jupytext";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.smissingham ];
};
}
@@ -1069,6 +1069,8 @@ let
};
};
congyiwu.vscode-jupytext = callPackage ./congyiwu.vscode-jupytext { };
contextmapper.context-mapper-vscode-extension =
callPackage ./contextmapper.context-mapper-vscode-extension
{ };
@@ -2578,6 +2580,8 @@ let
johnpapa.winteriscoming = callPackage ./johnpapa.winteriscoming { };
joshmu.periscope = callPackage ./joshmu.periscope { };
jgclark.vscode-todo-highlight = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-todo-highlight";
@@ -3236,7 +3240,7 @@ let
description = "Data viewing, cleaning and preparation for tabular datasets";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-toolsai.datawrangler";
homepage = "https://github.com/microsoft/vscode-data-wrangler";
license = lib.licenses.mit;
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.katanallama ];
};
};
@@ -0,0 +1,21 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "periscope";
publisher = "joshmu";
version = "1.15.1";
hash = "sha256-Ssa3qoookSa/JnmZl1AmlT48exAgd6pbwdzzsmTcEqs=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/joshmu.periscope/changelog";
description = "Visual Studio Code extension for fuzzy search and navigation";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=joshmu.periscope";
homepage = "https://github.com/joshmu/periscope";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.smissingham ];
};
}