From a7feaaee6cbe945a12f19ebdb4dce0ca1a5f1a3a Mon Sep 17 00:00:00 2001 From: sgrtye Date: Wed, 1 Nov 2023 02:10:34 +0000 Subject: [PATCH] fix windows build bug --- .vscode/tasks.json | 7 +++++++ 1 file changed, 7 insertions(+) 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, }, {