Upload File System image does not work after upgrade to 5.0.1

Hello,

Last week I have upgraded my system to 5.01 and now Upload File System image does not work for mat ESP32 project:

Error: The PlatformIO task detection didn't contribute a task for the following configuration:
{
    "type": "PlatformIO",
    "task": "Upload File System image",
    "problemMatcher": [
        "$platformio"
    ],
    "label": "PlatformIO: Upload File System image"
}
The task will be ignored.

How to fix it?

Are you on the latest VSCode version? Have you disabled and reenabled the PIO extension?

Are you on the latest VSCode version

Yes 1.49.0

Have you disabled and reenabled the PIO extension?

Tried full reinstall but it does not help. Then I have downgraded PlatformIO plugin to 1.10.0 and it works. But 2.0.1 plugin does not work.

Not occuring for me with the same versions of VSCode and the latest extension version.

Running the tasks executes as expected.

Yes it works…Before it was in the same list as Upload and etc but now it moved to Device->Platform menu and it is why I can’t find it. About tasks.json error…I just remove it because I guess that it was created by previous version and now it is outdated.
Thanks a lot.