diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2161a20..ac517eb 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -53,6 +53,13 @@ "-rf", "out" ], + "windows": { + "command": "Remove-item", + "args": [ + "out", + "-recurse" + ], + } // "isBackground": true, }, {