-
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
Spring Boot Tools extension may conflict with Java extension #3669
Comments
I'm assuming you imported this as a Gradle project ? Can you check your problems view and see if there are any errors ? I tried with a sample project and ran into eclipse-jdtls/eclipse.jdt.ls#1743 .
|
Thanks for your reply, I opened the folder as a maven project, all the functionalities are OK, but the syntax highlighting is weird. Just found out that the problem is caused by Spring Boot Tools extension, the syntax highlight become normal as soon as I disable the Spring Boot Tools extension. |
It might be worth filing the issue at https://github.com/spring-projects/sts4/issues if it happens when the VS Code Sprint Boot Tools extension happens to be present. The extension does contribute into the JDT-LS runtime : https://github.com/spring-projects/sts4/blob/d779a8466c4c261d699f49bcbb9dddbe217c0e89/vscode-extensions/vscode-spring-boot/package.json#L31-L38 . |
OK, I found a issue about the same problem in their repository. spring-projects/sts4#1249 |
Looks like this should be fixed (according to the referenced issue), so I'll close for now. |
Environment
Steps To Reproduce
Current Result
Line 3 and 4, the imports should be green
Line 10, the color of
args
is incorrect as wellExpected Result
Additional Informations
The text was updated successfully, but these errors were encountered: