Search found 255 matches

by bignacio
Wed Apr 15, 2026 4:57 am
Forum: IDEs for ESP-IDF
Topic: Trouble getting started on ESP-IDF extension of VSCode
Replies: 2
Views: 156

Re: Trouble getting started on ESP-IDF extension of VSCode

Many third party tutorials or YouTube videos might be outdated to the current way of using the extension.

Please follow the official documentation here:

https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/index.html

Also please share the troubleshooting information as described ...
by bignacio
Wed Dec 10, 2025 6:02 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF extension in VS Code - idf.py not recognized
Replies: 2
Views: 6097

Re: ESP-IDF extension in VS Code - idf.py not recognized

Hi Thinqer77, I hope I can try to help out here

Have you executed the Setup wizard as described here: https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/installation.html

Maybe there is an issue with your setup, could you share the ESP-IDF: Doctor Command output to see if the ...
by bignacio
Tue Nov 18, 2025 8:40 am
Forum: General Discussion
Topic: Got "Error: certificate has expired" when configure ESP-IDF extension
Replies: 2
Views: 2232

Re: Got "Error: certificate has expired" when configure ESP-IDF extension

Seems that in your setup the extension can't get access to https://api.github.com/repos/espressif/esp-idf/tags?per_page=100 or https://api.github.com/repos/espressif/esp-idf/releases?per_page=100.

Are you behind a proxy with limited access to GitHub API ? Is your vscode has any proxy configuration ...
by bignacio
Wed Oct 29, 2025 1:35 am
Forum: IDEs for ESP-IDF
Topic: VSCode plugin & code completion (iSense)
Replies: 2
Views: 7480

Re: VSCode plugin & code completion (iSense)

Already reply on the GitHub issue but for the sake of completion let's reply here too:

This is the documentation for C/C++ configuration on ESP-IDF VS Code Extension

It seems that using the Clang extension achieves better results for many users but you can also use the Microsoft C/C++ extension.
by bignacio
Fri Sep 19, 2025 2:49 am
Forum: IDEs for ESP-IDF
Topic: How to set linux as target in Vscode?
Replies: 6
Views: 9128

Re: How to set linux as target in Vscode?

You don't have to update to v2.0.0 (it is a pre-release in vscode marketplace but vscode UI for pre-release vs release still need to be improved in my opinion).

Please try the vsix installer I've shared, the v2.0.0 has some breaking changes regarding esp-idf setup and how we store the settings ...
by bignacio
Wed Sep 17, 2025 4:41 am
Forum: IDEs for ESP-IDF
Topic: How to set linux as target in Vscode?
Replies: 6
Views: 9128

Re: How to set linux as target in Vscode?

This should be fixed with https://github.com/espressif/vscode-esp-idf-extension/pull/1652

Could you guys try the latest master vsix installer You can use this VSIX to test the current github master of the extension by pressing F1 or click menu View -> Command Palette..., type Install from VSIX and ...
by bignacio
Wed Aug 20, 2025 6:39 am
Forum: IDEs for ESP-IDF
Topic: vs code with esp-idf extension: no framework found
Replies: 2
Views: 7827

Re: vs code with esp-idf extension: no framework found

If the frameworks are not shown it might be to the configuration not being correct.

Could you share the troubleshooting information such as Doctor Command output as described in here:

https://docs.espressif.com/projects/vsc ... oting.html
by bignacio
Thu Jul 17, 2025 4:32 am
Forum: IDEs for ESP-IDF
Topic: Can't Enable GCOV in VSCode
Replies: 3
Views: 5167

Re: Can't Enable GCOV in VSCode

I think there is an issue with your project configuration.

please review the Code coverage example https://github.com/espressif/esp-idf/tr ... ystem/gcov
by bignacio
Tue May 13, 2025 8:56 am
Forum: General Discussion
Topic: Cannot read properties of undefined (reading 'fsPath')
Replies: 8
Views: 4955

Re: Cannot read properties of undefined (reading 'fsPath')

This is a known issue and it was fixed in GitHub master already with Pull Request https://github.com/espressif/vscode-esp-idf-extension/pull/1538

You can test the current master installer from https://nightly.link/espressif/vscode-esp-idf-extension/workflows/ci/master/esp-idf-extension.vsix.zip ...
by bignacio
Thu Apr 17, 2025 2:58 am
Forum: IDEs for ESP-IDF
Topic: Unable to install esp-idf in VSCode
Replies: 8
Views: 1338

Re: Unable to install esp-idf in VSCode

Seems that your initial error was due to networking issue. If you are using a proxy (either in vscode or in your setup) it might break the connection to Espressif download servers as described by the error.

Currently you use the offline installer which it seems not to include pip in the embedded ...

Go to advanced search