File tree 1 file changed +17
-0
lines changed
pkgs/applications/editors/vscode/extensions
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -2656,6 +2656,23 @@ let
2656
2656
} ;
2657
2657
} ;
2658
2658
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
+
2659
2676
jkillian . custom-local-formatters = buildVscodeMarketplaceExtension {
2660
2677
mktplcRef = {
2661
2678
publisher = "jkillian" ;
You can’t perform that action at this time.
0 commit comments