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: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
parent
3265871df6
commit
ed607387c4
1 changed files with 15 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue