Platform IO Loading enlessly in VisualCode

Hello!

I am having some issues with Platform IO in Visual Code.
The CLI works fine but when I click on “Home” (or type “pio home”), I have only a page with a “Loading…”. When I inspect the page, I see that there is a file missing “vendor.xxxx”

If anyone has an idea on how to solve this issue let me know :slight_smile:
Thanks

Close VSCode, delete the folder C:\Users\<user>\.platformio\packages\contrib-piohome (vendor.x.js should have been in there), then restart VSCode. Does it show up now?

Thanks for the suggestion, I cannot find the .platformio\ folder. I will retry a clean install from visual code

EDIT: The folder was in C:.platformio\ after removing it I can see the page :slight_smile: thanks