Skip to content

Commit

Permalink
fix:Updatesite issue with the Espressif-IDE 2.10.0 (#824)
Browse files Browse the repository at this point in the history
* fix: Fix for updatesite issue with the eclipse 2023-03 and lower

* fix: Add userstorage feature

* fix: Add httpclient to avoid update site issue
  • Loading branch information
kolipakakondal committed Sep 26, 2023
1 parent 086a97c commit 3cc03dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions releng/com.espressif.idf.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<feature id="org.eclipse.cdt.lsp.feature">
<category name="Eclipse CDT-LSP Preview"/>
</feature>
<feature id="org.eclipse.epp.mpc">
<category name="com.espressif.idf"/>
</feature>
<feature id="org.eclipse.userstorage">
<category name="com.espressif.idf"/>
</feature>
<bundle id="org.apache.batik.xml">
<category name="com.espressif.idf"/>
</bundle>
Expand Down Expand Up @@ -78,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>
Expand Down

0 comments on commit 3cc03dd

Please sign in to comment.