Unverified Commit b12e0d01 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 01663400 0f2da842
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4949,6 +4949,8 @@ let
        };
      };

      tboby.cwtools-vscode = callPackage ./tboby.cwtools-vscode { };

      tomoki1207.pdf = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "pdf";
+19 −0
Original line number Diff line number Diff line
{
  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 ];
  };
}