vscode-extensions.tboby.cwtools-vscode: init at 0.10.25 (#389790)
This commit is contained in:
commit
b12e0d016e
@ -4949,6 +4949,8 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tboby.cwtools-vscode = callPackage ./tboby.cwtools-vscode { };
|
||||||
|
|
||||||
tomoki1207.pdf = buildVscodeMarketplaceExtension {
|
tomoki1207.pdf = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "pdf";
|
name = "pdf";
|
||||||
|
|||||||
@ -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 ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user