Skip to content

Commit b412b39

Browse files
committed
Update vscode tasks
1 parent 41abc51 commit b412b39

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.vscode/tasks.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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",
@@ -12,7 +27,7 @@
1227
"focus": false,
1328
"panel": "shared",
1429
"showReuseMessage": true,
15-
"clear": false
30+
"clear": true
1631
},
1732
"problemMatcher": []
1833
},
@@ -33,7 +48,7 @@
3348
"message": 5
3449
},
3550
"background": {
36-
"activeOnStart": true,
51+
"activeOnStart": true
3752
}
3853
},
3954
"runOptions": {

0 commit comments

Comments
 (0)