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

Icons are missing in Java Projects Panel #8905

Closed
rayakoren opened this issue Dec 24, 2020 · 2 comments
Closed

Icons are missing in Java Projects Panel #8905

rayakoren opened this issue Dec 24, 2020 · 2 comments
Labels
monaco issues related to monaco

Comments

@rayakoren
Copy link

rayakoren commented Dec 24, 2020

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:

  1. Install Project Manager for Java (vscjava.vscode-java-dependency) from Open VSC Registry
  2. Install Language Support for Java(TM) by Red Hat (redhat.java) from Open VSC Registry
  3. Open a java project

In the Java Projects panel, the icon of "Export Jar" and the command of "Collapse All" are missing:

In Theia:
Screen Shot 2020-12-24 at 20 52 42

In vscode:
Screen Shot 2020-12-24 at 20 55 41

Additional Information

  • Operating System: mac OS 11.0.1
  • Theia Version: master
@vince-fugnitto vince-fugnitto added the monaco issues related to monaco label Jan 6, 2021
@vince-fugnitto
Copy link
Member

@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).

  • export jar uses the export icon which is not available in our version

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

@vince-fugnitto
Copy link
Member

The following is now supported 👍

java-icons.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
monaco issues related to monaco
Projects
None yet
Development

No branches or pull requests

2 participants