-
Notifications
You must be signed in to change notification settings - Fork 442
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
Version 1.35.0 does not perform Suggestions, Corrections, or Highlighting #3789
Comments
@Obscure2020 Do you have a project example reproducing the issue? |
@snjeza please try more projects. On Windows, I can reproduce it in some projects, some are not. Don't find the pattern yet. |
I can always reproduce it with spring-petclinic project. When I use the command Add @martinlippert for more insights on this issue. |
@snjeza The project I was working on contained only two |
@Obscure2020 Could you try to disable the Spring Boot extension? |
I believe the Spring Boot extension is a red herring. I do not have the Spring Boot extension installed, nor have I ever had the Spring Boot extension installed. The Spring Boot extension is certainly not a contributing factor in the bad behavior of version 1.35.0 on my system. Here are all of the extensions I have installed at this time, which have remained unchanged as I switch between version 1.34.0 and version 1.35.0: |
I can also confirm that version 1.35.1 is just as broken as 1.35.0. None of the features that 1.35.0 broke are fixed by 1.35.1, at least on my system. 1.34.0 remains the most recent version that works properly. |
@Obscure2020 Is the extension compatible with your current editor version? I have faced the same issue, sometimes, newer versions of extensions may have compatibility issues with older versions of an editor. Ensure that both the extension and the editor are up to date. |
@nikunjk9 I said in my original post, at the bottom, that I am using version 1.93.1 of VSCode. As far as I'm aware, this is the latest version. Clicking the
|
Versions 1.35.1 and 1.35.0 are still broken on version 1.94.0 of VSCode. Version 1.34.0 of this plugin remains the most recent version that actually functions.
|
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:
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:
Reverting to version 1.34.0 of the extension and then restarting my extensions immediately restores all lost functionality:
Environment:
openjdk 22.0.2 2024-07-16
The text was updated successfully, but these errors were encountered: