From 8642959d70147931ed48140e1510558de2cf7982 Mon Sep 17 00:00:00 2001 From: h4570 Date: Sat, 25 Nov 2023 16:36:08 +0100 Subject: [PATCH] run in background --- .vscode/configurations/windows-docker/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",