Jinbo Wang

Results 326 comments of Jinbo Wang
trafficstars

Could you share the language server log file? See the command below to get the log. **F1 -> Open Java language server log file**

@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 `Help: Start Extension Bisect` to detect the potential extension that causes the problem, it tells that `Spring...

Assign to @rgrunber since his team is working on this area recently.

> same, after upgraded to 0.31.0, tab key not working anymore. > > before it worked fine. @dymx101 The cause is the menu `GitHub Copilot` under the Xcode `Editor` menu...

The Java Debugger's hot reload feature depends on the build job from vscode-java. The debugger registers a listener `ResourcesPlugin.getWorkspace().addResourceChangeListener(classChangeListener, IResourceChangeEvent.POST_BUILD)` to monitor build changes and apply them automatically if it's...