File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "version" : " 2.0.0" ,
33 "tasks" : [
4+ {
5+ "label" : " Build docs page" ,
6+ "detail" : " Run pwsh to fix doc" ,
7+ "type" : " shell" ,
8+ "command" : " ./fixOpenApi.ps1" ,
9+ "presentation" : {
10+ "echo" : true ,
11+ "reveal" : " always" ,
12+ "focus" : false ,
13+ "panel" : " shared" ,
14+ "showReuseMessage" : true ,
15+ "clear" : true
16+ },
17+ "problemMatcher" : [],
18+ },
419 {
520 "label" : " Build SharePointAPI client" ,
621 "detail" : " Generate OpenAPI, run Kiota and compile the client" ,
1227 "focus" : false ,
1328 "panel" : " shared" ,
1429 "showReuseMessage" : true ,
15- "clear" : false
30+ "clear" : true
1631 },
1732 "problemMatcher" : []
1833 },
3348 "message" : 5
3449 },
3550 "background" : {
36- "activeOnStart" : true ,
51+ "activeOnStart" : true
3752 }
3853 },
3954 "runOptions" : {
You can’t perform that action at this time.
0 commit comments