I have a task with this config:
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch",
"isBackground": true,
"problemMatcher": "$gulp-tsc",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
I start the build task, then terminate it with Tasks: Terminate task. When I start it again I get an error popup, "Terminal with ID 2 does not exist".
I can't start a task at all anymore until I reload the window, even if I create a new terminal.
getting this on windows while use WSL
with bash as the shell
This does still happen to me? Why closed?
Ensure you're on the latest version, and if you see an issue like this, open a new issue with as many details as possible.
Most helpful comment
I can't start a task at all anymore until I reload the window, even if I create a new terminal.