run in background

This commit is contained in:
h4570
2023-11-25 16:36:08 +01:00
parent 19ae6de1c7
commit 8642959d70
+1 -1
View File
@@ -42,7 +42,7 @@
"options": {
"cwd": "${config:buildDirectory}"
},
"command": "./run.ps1"
"command": "Start-Job { ./run.ps1 } | Receive-Job -Wait"
},
{
"type": "shell",