-
Notifications
You must be signed in to change notification settings - Fork 453
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
Try to run normal spring boot project on win 10 with JDK 16 It will stuck on 68% #2020
Try to run normal spring boot project on win 10 with JDK 16 It will stuck on 68% #2020
Comments
@itsmaheshkariya could you attach a project example? |
I'm having the same issue, I just created a new project project from https://start.spring.io. I rolled back to v0.79.2 And everything works fine. Its v0.80.0 with this issue of hanging on 68%. Hope this is informative enough |
@snjeza It no longer hangs, I tested on multiple projects. (Works) |
@snjeza what's the fix? Shouldn't you open a bug upstream? |
@fbricon Just install this version of JLS The issue was the v.0.80.0 which has a bug. |
@Moses-Everlytic yeah I get that. I want to know what the actual fix is (in terms of code change in jdt/jdt.ls) |
@fbricon you may want to take a look at |
For others like me who couldn't understand what to do with a vsix file, have a look at this VSCode doc.
|
I have to downgrade from 0.82.0 to 0.79.2 for the same issue. |
Rolling back to 0.79.2 still not work for me, my environment is wsl2 ubuntu with code-server, the imported project is apache/hive. Any suggestions? |
Finally... happens the same. I've removed all the plugins that use for java (Ms pack, Spring, Redhat) and reinstalled again. |
Which version you chose when reinstalling? My mac osx with 0.82.0 version work fine, but wsl2 in win10 not. |
The text was updated successfully, but these errors were encountered: