Loading pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -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