Denys Almazov

Results 115 comments of Denys Almazov

Hi @jessecheu, @ProgettiPascon Could you please check if you encounter this issue with Espressif-IDE using the following link: https://github.com/espressif/idf-eclipse-plugin/actions/runs/13628179487/artifacts/2680526448? I’ve replaced process.destroy() with process.destroyForcibly(), and I hope this resolves the...

Hi @ProgettiPascon, Thank you for verifying it! I've made a few additional changes to the PR. Could you please check on this version https://github.com/espressif/idf-eclipse-plugin/actions/runs/14134877905/artifacts/2840886033?

Hi @victorjee, You see Xcode icons in the project explorer because JSON files are associated with Xcode in the settings. It can be changed by following these steps: 1. Right-click...

Hi @elettronica67, It looks like a bug on the lsp editor side https://github.com/eclipse-cdt/cdt-lsp/issues/369

Hi @emaayan, You’re right about the purpose of the `sdkconfig.defaults`. We should probably change the pattern to exclude `sdkconfig.defaults` files from being opened with the SDKConfig editor. Since these files...

Hi @sreevalli802, Are you using the latest 3.4.0 release? [v3.4.0 release](https://github.com/espressif/idf-eclipse-plugin/releases/tag/v3.4.0) If not, please install version 3.4.0, as older versions are not compatible with CDT 12. To install 3.4.0, use...

Hi @sanderdb01, some options don't work with the new LSP editor that we are using. You can still use some Source commands with the right click inside the editor. For...

Hi @sanderdb01, the default combination for commenting out the line in the LSP editor is `ctrl + 7`, but `cmd+shift+/` should also work. I was able to reproduce this issue...

Hi @MrutyunjayPatel, There's no need to run "idf.py monitor -E" directly from the IDE. You can simply use the ESP-IDF Serial Monitor: ![Image](https://github.com/user-attachments/assets/3416d59b-1ae1-4633-9c1c-55ca8a300897) This monitor will open automatically after flashing,...

Hi @MrutyunjayPatel, I was able to reproduce the issue "cmake" must be available on the PATH to use idf.py when using the ESP-IDF terminal. However, I'm still a bit confused...