Thanks, but mine doesn’t look like quite like that, I just get the boilerplate list of tasks, clicking on any gives the same message as [lcerda] posted above (no task to run found…). There’s nothing like the extra fields shown in the link you posted.
Tried:
- Adding the template as VSCode suggests (no change).
- Uninstall VSCode and reinstall (no change).
Will now try - uninstall VSCode, find all instances of .vscode buried in local settings etc. then another re-install.
Still think if someone could post their tasks.json it would fix this pretty quick.
If you get a popup saying ‘disable java for typescript’ just don’t press it!! The setting to reverse this is hidden deep within some settings file that persists between uninstalls which you can’t get to through normal means. But that’s academic - anyone here has found this after clicking on it.
After the next uninstall/reinstall cycle if I find any buried setting I’ll repost.
Here’s what my tasks.json looks like:
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"problemMatcher": []
}
]
}