vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Version 1.35.0 does not perform Suggestions, Corrections, or Highlighting

Open Obscure2020 opened this issue 4 months ago • 10 comments

I noticed that this extension had stopped starting up right when I noticed that it didn't update the code highlighting and coloring on startup anymore. Version 1.35.0 of this extension does not perform any of the following:

  • Applying correct Java-specific coloring to the text upon startup
  • Applying red underlining to malformed function calls
  • Applying blue underlining to TODO comments
  • Highlighting all occurrences of the word underneath the cursor

There are probably even more missing features, but these are the ones I noticed. Under version 1.35.0, one of my simple code files looks like this:
Bad_Behavior

Reverting to version 1.34.0 of the extension and then restarting my extensions immediately restores all lost functionality:
Good_Behavior

Environment:

  • Operating System: Windows 11 Home, 23H2
  • JDK version: openjdk 22.0.2 2024-07-16
  • Visual Studio Code version: 1.93.1

Obscure2020 avatar Sep 30 '24 00:09 Obscure2020