File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 {
55 "label" : " Serve" ,
66 "type" : " shell" ,
7- "command" : " mise exec -- bundle exec jekyll serve --livereload" ,
7+ "command" : " mise exec -- bundle exec jekyll serve --livereload --verbose " ,
88 "group" : {
99 "kind" : " test" ,
1010 "isDefault" : true
1111 },
12+ "detail" : " Run Jekyll in verbose debug mode with livereload" ,
1213 "isBackground" : true ,
1314 "problemMatcher" : [" $jekyll-error-watch" , " $jekyll-warning-watch" ]
1415 },
1516 {
1617 "label" : " Build" ,
1718 "type" : " shell" ,
18- "command" : " mise exec -- bundle exec jekyll build" ,
19+ "command" : " mise exec -- bundle exec jekyll build --verbose " ,
1920 "group" : " build" ,
20- "problemMatcher" : [" $jekyll-error" , " $jekyll-warning" ],
21+ "detail" : " Build Jekyll site with verbose debug output" ,
22+ "problemMatcher" : [" $jekyll-error" , " $jekyll-warning" ]
2123 }
2224 ]
2325}
You can’t perform that action at this time.
0 commit comments