Skip to content

Commit 72f6884

Browse files
authored
vscode-extensions.jetmartin.bats: init at 0.1.10 (NixOS#357529)
2 parents d84ee23 + 0179217 commit 72f6884

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

+17
Original file line numberDiff line numberDiff line change
@@ -2656,6 +2656,23 @@ let
26562656
};
26572657
};
26582658

2659+
jetmartin.bats = buildVscodeMarketplaceExtension {
2660+
mktplcRef = {
2661+
name = "bats";
2662+
publisher = "jetmartin";
2663+
version = "0.1.10";
2664+
hash = "sha256-WD1YTRgzSVElixnNGtg6mMlcLCIaI6IBb+uh4cfzuBs=";
2665+
};
2666+
meta = {
2667+
changelog = "https://marketplace.visualstudio.com/items/jetmartin.bats/changelog";
2668+
description = "VSCode extension for full language support for the Bats (Bash Automated Testing System) testing framework";
2669+
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jetmartin.bats";
2670+
homepage = "https://github.com/bats-core/bats-vscode";
2671+
license = lib.licenses.mit;
2672+
maintainers = [ lib.maintainers.dotmobo ];
2673+
};
2674+
};
2675+
26592676
jkillian.custom-local-formatters = buildVscodeMarketplaceExtension {
26602677
mktplcRef = {
26612678
publisher = "jkillian";

0 commit comments

Comments
 (0)