When the extension is enabled, tasks defined in .vscode/tasks.json fail to run. For example:
{
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "echo Hello"
}
]
}
When using the Tasks: Run Task command and selecting the echo task, this error pops up:
Cannot read properties of undefined (reading 'shell')
- Task version: 3.24.0
- Operating System: Windows