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

Semantic highlighting is not available in lightweight mode #1999

Closed
0dinD opened this issue Jun 24, 2021 · 0 comments · Fixed by eclipse-jdtls/eclipse.jdt.ls#1806
Closed

Comments

@0dinD
Copy link
Contributor

0dinD commented Jun 24, 2021

When the extension is in lightweight mode, semantic highlighting is unavailable. This means that the user is left with the half-broken highlighting from the default Java TextMate grammar.

Environment
  • Java extension version: 0.79.2
Steps To Reproduce
  1. Set java.server.launchMode to LightWeight.
  2. Open a Java file and observe the lack of semantic highlighting.
Current Result

Semantic highlighting only works in standard (or hybrid) mode, not lightweight mode.

Expected Result

Semantic highlighting should work even in lightweight mode.

Additional Information

I will submit a PR with a fix for this shortly.

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

Successfully merging a pull request may close this issue.

2 participants