Pioarduino installer repeats installation again and again

Hello everyone.
Today, when I opened a project using pioarduino/platform-espressif32 in VSCode, the following message appeared in the console:
"Installing pioarduino IDE…
It may take a few minutes depending on your connection speed.
Please do not close this window and do not open other folders until this process is completed.

Debugging information is available via VSCode > Help > Toggle Developer Tools > Console.
pioarduino IDE installed successfully.

Please restart VSCode."
It told me to restart VSCode, so I did, but the same problem occurred again.
The same problem occurs repeatedly, no matter how many times I try.
I’m ignoring this message because it seems to build normally even in this state, but I’d like more information on what’s going on.
Could someone explain? Thank you in advance.

Does this also happen with PlatformIO IDE?

You can use pioarduino’s espressif32-platform with PlatformIO IDE.

Yes, same.
I tried another project using PlatformIO IDE( it is not with pioarduino IDE.)
But same messages appeared on console.

Do you have both extensions installed at the same time?

PlatformIO and also pioarduino extentions are installed.
pioarduino was added about a month ago.
But I saw this repeated insallation message first time today.

Don’t use them at the same time! Only one of them.
Pioarduino IDE is a fork of PlatformIO IDE.

1 Like

I understand.
Thank you so much.