run in background
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"cwd": "${config:buildDirectory}"
|
"cwd": "${config:buildDirectory}"
|
||||||
},
|
},
|
||||||
"command": "./run.ps1"
|
"command": "Start-Job { ./run.ps1 } | Receive-Job -Wait"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
|||||||
Reference in New Issue
Block a user