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 all commits
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
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
Loading