vscode-extensions.tboby.cwtools-vscode: init at 0.10.25 (#389790)

This commit is contained in:
Pol Dellaiera 2025-03-14 15:43:25 +01:00 committed by GitHub
commit b12e0d016e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View File

@ -4949,6 +4949,8 @@ let
};
};
tboby.cwtools-vscode = callPackage ./tboby.cwtools-vscode { };
tomoki1207.pdf = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "pdf";

View File

@ -0,0 +1,19 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "cwtools-vscode";
publisher = "tboby";
version = "0.10.25";
hash = "sha256-TcnS4Cwn+V9hwScpLgUK5u8Jfm89EBv+koUOi1bB0DM=";
};
meta = {
description = "Paradox Language Features for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=tboby.cwtools-vscode";
homepage = "https://github.com/cwtools/cwtools-vscode";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.therobot2105 ];
};
}