Page 1 of 1

VSCode Extension does not show all IDF tags

Posted: Mon Nov 06, 2023 1:58 am
by Mark_Son
I'm working in different projects that requires different versions, most specific 5.1.1, 4.4.4 and 4.3.1, the vscode extension is very useful to easily switch between them. In my old laptop i had two of them installed and working well (4.4.4 and 4.3.1) but when I was setting up the new workspace I saw that the versions are listed from 5.1.1 to 4.3.2. How can I install the version 4.3.1 again?

Vscode version: 1.83.1
Espressif-idf-plugin: 1.6.5

Re: VSCode Extension does not show all IDF tags

Posted: Thu Nov 09, 2023 11:25 am
by ESP_kondalkolipaka
Hello,

Since that's a older version, it was not shown up.

If you are very particular about v4.3.1, you can always clone and use it.
https://github.com/espressif/esp-idf/re ... tag/v4.3.1

Here is the direct link with submodules
https://dl.espressif.com/dl/esp-idf/rel ... v4.3.1.zip

Then use extension command ESP-IDF: Configure ESP-IDF Extension and Select Use Existing Setup. and browse the downloaded esp-idf directory

I hope that helps