Unverified Commit ed607387 authored by tim's avatar tim Committed by GitHub
Browse files

vscode-extensions.ms-vscode.test-adapter-converter: init at 0.1.9 (#300670)



* vscode-extensions.ms-vscode.test-adapter-converter: init at 0.1.9

* vscode-extensions.ms-vscode.test-adapter-converter: fix meta.description

---------

Co-authored-by: default avatarsuperherointj <5861043+superherointj@users.noreply.github.com>
parent 3265871d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -3129,6 +3129,21 @@ let
        };
      };

      ms-vscode.test-adapter-converter = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "test-adapter-converter";
          publisher = "ms-vscode";
          version = "0.1.9";
          sha256 = "sha256-M53jhAVawk2yCeSrLkWrUit3xbDc0zgCK2snbK+BaSs=";
        };
        meta = {
          description = "A Visual Studio Code extension that converts from the Test Explorer UI API into native VS Code testing";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.test-adapter-converter";
          homepage = "https://github.com/microsoft/vscode-test-adapter-converter";
          license = lib.licenses.mit;
        };
      };

      ms-vscode.theme-tomorrowkit = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "Theme-TomorrowKit";