No task to run found

Hi guys,
I have a problem on Pio with VSCode using - I can’t build any project or run any Pio task in any project.
I see message “No task to run found. Configure Tasks…”.
If I create file with name tasks.json in .vscode folder with
{
“version”: “2.0.0”,
“tasks”: [{
“type”: “PlatformIO”,
“task”: “Monitor”,
“problemMatcher”: [
“$platformio”
],
“presentation”: {
“panel”: “new”
}
}]
}

I see the same result.
Probably this issue has started from update.
I reinstalled pio and vscode both but without results.

It might be worth checking these two threads: