diff --git a/.vscode/configurations/windows-docker/tasks.json b/.vscode/configurations/windows-docker/tasks.json index 3e94ea5..f968c06 100644 --- a/.vscode/configurations/windows-docker/tasks.json +++ b/.vscode/configurations/windows-docker/tasks.json @@ -42,7 +42,7 @@ "options": { "cwd": "${config:buildDirectory}" }, - "command": "./run.ps1" + "command": "Start-Job { ./run.ps1 } | Receive-Job -Wait" }, { "type": "shell",