Page 1 of 1

ESP-IDF VSCode Extension v1.7.1 Released

Posted: Fri Mar 22, 2024 2:18 pm
by ESP_kondalkolipaka
Hello,

We have released ESP-IDF VSCode extension 1.7.1, please check more details here.

Features and enhancements
- Add ESP-HOME-KIT framework

Bug Fixes
- Fix SDK Configuration editor info button
- Update docker container documentation
- Add openOCD troubleshooting link in error output
- Fix jtag pre post flash task
- Remove openOCD error messages from notifications
- Remove workspace folder selection from serial port selection

Re: ESP-IDF VSCode Extension v1.7.1 Released

Posted: Fri Mar 22, 2024 2:42 pm
by DrMickeyLauer
Amazing! Thanks for continually improving this extension!

Re: ESP-IDF VSCode Extension v1.7.1 Released

Posted: Tue Apr 30, 2024 11:26 pm
by leroymasongov
I've been using it for a while.

One comment - build clean is your friend if you do a lot of different projects at the same time.

Source Format

Posted: Fri Jun 07, 2024 10:24 am
by DesignerRick
Apologies if I have double posted this.

I can see lots of improvements in the Eclipse IDE V3.0.0 however I can not change the C Code Formatter off default.

I use a custom format (like GNU) but even though I select it the Source -> Format always seem to use K&R Built in.

I can not even select other built in formatters or use "Project specific" format.

What do I need to do to change the code formatter?

Thank you