mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
vscode-extensions.jetmartin.bats: init at 0.1.10 (#357529)
This commit is contained in:
commit
72f6884966
@ -2656,6 +2656,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
jetmartin.bats = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "bats";
|
||||
publisher = "jetmartin";
|
||||
version = "0.1.10";
|
||||
hash = "sha256-WD1YTRgzSVElixnNGtg6mMlcLCIaI6IBb+uh4cfzuBs=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/jetmartin.bats/changelog";
|
||||
description = "VSCode extension for full language support for the Bats (Bash Automated Testing System) testing framework";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jetmartin.bats";
|
||||
homepage = "https://github.com/bats-core/bats-vscode";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.dotmobo ];
|
||||
};
|
||||
};
|
||||
|
||||
jkillian.custom-local-formatters = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "jkillian";
|
||||
|
Loading…
Reference in New Issue
Block a user