I updated VS Code to the latest version and now, when I press F5 to debug, it says 'Extension host terminated unexpectedly'.
And then, when I restart the extension host (whatever that is), the following error is printed:
Error: The Kha task detection didn't contribute a task for the following configuration:
{
"type": "Kha",
"target": "Debug HTML5",
"problemMatcher": [
"$haxe-absolute",
"$haxe"
],
"group": {
"kind": "build",
"isDefault": true
}
}
The task will be ignored.
Is this a VS Code bug?