We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The icon of "Export Jar" and the command of "Collapse All" are missing in Java Projects Panel. Works in vscode.
In the Java Projects panel, the icon of "Export Jar" and the command of "Collapse All" are missing:
In Theia:
In vscode:
The text was updated successfully, but these errors were encountered:
@rayakoren I believe in order to get the latest icons we would need a monaco update (codicons are contributed by the @theia/monaco-editor-core).
codicons
@theia/monaco-editor-core
export
You can view our codicons.css by the following path: node_modules/@theia/monaco-editor-core/esm/vs/base/browser/ui/codiconLabel/codicon/codicon.css
codicons.css
node_modules/@theia/monaco-editor-core/esm/vs/base/browser/ui/codiconLabel/codicon/codicon.css
Sorry, something went wrong.
The following is now supported 👍
No branches or pull requests
Bug Description:
The icon of "Export Jar" and the command of "Collapse All" are missing in Java Projects Panel.
Works in vscode.
Steps to Reproduce:
In the Java Projects panel, the icon of "Export Jar" and the command of "Collapse All" are missing:
In Theia:
In vscode:
Additional Information
The text was updated successfully, but these errors were encountered: