vscode-extensions.vitest.explorer: init at 1.48.2
Release: https://github.com/vitest-dev/vscode/releases/tag/v1.48.2
This commit is contained in:
@@ -5019,6 +5019,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vitest.explorer = callPackage ./vitest.explorer { };
|
||||
|
||||
vlanguage.vscode-vlang = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-vlang";
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{ lib, vscode-utils }:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "explorer";
|
||||
publisher = "vitest";
|
||||
version = "1.48.2";
|
||||
hash = "sha256-EaybAznwFjeFEmVW0v9iYCfqvqUKGkjmRBx7mZxvxWw=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://github.com/vitest-dev/vscode/releases";
|
||||
description = "Vitest extension for Visual Studio Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=vitest.explorer";
|
||||
homepage = "https://github.com/vitest-dev/vscode";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user