mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
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
@ -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 {
|
ms-vscode.theme-tomorrowkit = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "Theme-TomorrowKit";
|
name = "Theme-TomorrowKit";
|
||||||
|
Loading…
Reference in New Issue
Block a user