Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 8ab9c1a

Browse files
committed
Add vscode task for cleaning
1 parent 6b3d26d commit 8ab9c1a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/tasks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,20 @@
7474
"dependsOn": [
7575
"generate release"
7676
]
77+
},
78+
{
79+
"label": "clean all",
80+
"type": "shell",
81+
"command": "powershell",
82+
"args": [
83+
"-NoProfile",
84+
"-File",
85+
"'${workspaceFolder}/scripts/clean.ps1'"
86+
],
87+
"problemMatcher": [
88+
"$msCompile"
89+
],
90+
"group": "build"
7791
}
7892
]
7993
}

0 commit comments

Comments
 (0)