Page 1 of 1

Can I use Eclipse and VScode concurrent on the same machine

Posted: Tue Oct 17, 2023 8:07 pm
by RalphD
may be for use of different IDF versions and what do I have to take care of if that is possible

Re: Can I use Eclipse and VScode concurrent on the same machine

Posted: Tue Oct 24, 2023 2:37 pm
by ESP_kondalkolipaka
Hello,

Yes, it should be possible!

If you are using Eclipse for multiple esp-idf versions, please make sure you use a seperate workspace for each IDF version as eclipse allow one IDF version at the global workspace level.

If you have a usecase where you wanted to switch to a different version for the same project, please refer to the below article
https://medium.com/@kondal.kolipaka/swi ... 5d0ad9f7a0

I hope that helps!