Denys Almazov

Results 115 comments of Denys Almazov

> @sigmaaa hi ! > > 1. still after `idf.py reconfigure ` it compile full `idf.py menuconfig` command. I don't see this behave using terminal. In terminal it does not...

> @sigmaaa hi ! Tested: OS - Windows 11 ESP-IDF: v5.4 > > create project with `Execute idf.py reconfigure with Project Creation` then create project without `Execute idf.py reconfigure with...

The issue still occurs even without our restart method, so it's not related to that. Continuing to investigate.

你好,UFO281, 我猜您尝试更改字体的方法,是在首选项中修改 C/C++ 字体。 不过实际上有两个 C/C++ 编辑器: 旧的 CDT 编辑器(现在已不是默认) 新的 Eclipse CDT LSP 编辑器(目前默认使用) “C/C++ 字体” 这个设置只会影响旧的 CDT 编辑器。 要更改 CDT LSP 编辑器的字体,您需要调整 Eclipse 中的 基本编辑器字体。 您可以通过以下路径进行设置: 首选项 →...

Hi, UFO281, I think the font change you tried was by modifying the C/C++ font in the preferences. However, there are actually two C/C++ editors: 1. The default CDT editor...

Hi @leenowell, Could you please try downloading the Espressif-IDE from this link (In the Artifacts section down below): https://github.com/espressif/idf-eclipse-plugin/actions/runs/12691399517 and check if the issue persists?

> Executing /usr/bin/python3 /home/lee/esp/esp-idf/tools/idf_tools.py export --format=key-value Executing null/bin/python /home/lee/esp/esp-idf/tools/idf.py --version Executing null/bin/python /home/lee/esp/esp-idf/tools/idf.py --list-targets Hi @leenowell, This issue occurs when the IDF_PYTHON_ENV_PATH variable is set in the system environment. We...

Hi @leenowell, After quickly looking into the logs, I don't see any critical issues. Most of them probably happened before the tools were installed.

Hi @jessecheu, @DerValdemar Thank you for reporting this issue! I’m unable to reproduce it on my end, but it seems the issue might occur because the serial monitor opens automatically...

Hi @jessecheu, @DerValdemar , @PeDaLa42, Could you please try Espressif-IDE from [this link](https://github.com/espressif/idf-eclipse-plugin/actions/runs/13628179487?pr=1168) and check if you encounter the same issue on this PR? Thank you