diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 67a618b..719d80d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "Build", "type": "shell", - "command": "./build.ps1" + "command": "Set-ExecutionPolicy Bypass -Scope Process; ./build.ps1" } ] } \ No newline at end of file