Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:Updatesite issue with the Espressif-IDE 2.10.0 #824

Merged
merged 3 commits into from
Sep 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Add httpclient to avoid update site issue
kolipakakondal committed Sep 22, 2023
commit b4d4a760e3e0a9d2fa996b9eef37595693421b70
3 changes: 3 additions & 0 deletions releng/com.espressif.idf.update/category.xml
Original file line number Diff line number Diff line change
@@ -84,6 +84,9 @@
<bundle id="org.eclipse.tm4e.registry">
<category name="Eclipse CDT-LSP Preview"/>
</bundle>
<bundle id="org.apache.httpcomponents.httpclient">
<category name="com.espressif.idf"/>
</bundle>
<category-def name="com.espressif.idf" label="Espressif IDF"/>
<category-def name="Eclipse CDT-LSP Preview" label="Eclipse CDT-LSP Preview">
<description>
Loading