Page 1 of 1

Error squiggles not showing in v4.4.2

Posted: Thu Aug 11, 2022 4:53 pm
by username
I recently moved to a new pc. Installed VSC, and added ESP-IDF VS Code Extension. Install went smoothly.
I noticed that in my projects I no longer get those red squiggles on errors, nor does project files that contains the error show in red.
Is this a VSC issue, or ESP extension problem ?
I just installed v4.4.1 and everything works as it should, uninstalling that and then going to v4.4.2 It does not show errors. Neither does installing using the Master Branch. Only v4.4.1 works fine.

Here are two screenshot. One with v4.4.1 and the later with 4.4.2. Both using the blink example with a error.
v4.4.1.png
v4.4.1.png (113.99 KiB) Viewed 3366 times
Notice no squiggles or file in red using v4.4.2
v4.4.2.png
v4.4.2.png (114.66 KiB) Viewed 3366 times

Re: Error squiggles not showing in v4.4.2

Posted: Tue Aug 16, 2022 6:37 am
by ESP_Roland

Re: Error squiggles not showing in v4.4.2

Posted: Tue Aug 16, 2022 8:33 am
by username
I should have noted that I used ESP-IDF Tools Installer for Windows.
https://dl.espressif.com/dl/esp-idf/
And choose " espressif-ide-setup-espressif-ide-2.5.0-with-esp-idf-4.4 "

Re: Error squiggles not showing in v4.4.2

Posted: Tue Aug 16, 2022 11:58 am
by ESP_bignacio
We've made some fixes in this PR ! Could you try this vsix installer

Related link: how to Install extension from vsix

Re: Error squiggles not showing in v4.4.2

Posted: Tue Aug 16, 2022 3:39 pm
by username
Gave it a try, but still has the same problem.

Re: Error squiggles not showing in v4.4.2

Posted: Thu Aug 18, 2022 6:22 am
by username
ESP-IDF VS Code Extension just got updated to 1.5.0. Things are working fine again.