Jinbo Wang

Results 334 comments of Jinbo Wang
trafficstars

> @testforstephen , @fbricon , we may want to consider having `-Xlog:disable` (only if CLIENT_PORT/CLIENT_HOST not set?) (see [#2646 (review)](https://github.com/redhat-developer/vscode-java/pull/2646#pullrequestreview-1087232354)) . There's no way to know which logging facility under...

@wheezil and @DeegC thank you for reaching out. Would you mind sharing more about the specific problems you have with code generation in VS Code? Is that your 3rd party...

@wheezil @DeegC Thank you for sharing the specific details about this issue. Yes, the property `m2e.version` is automatically injected by VS Code Java tooling when importing your project into VS...

Hey @Magendanz, since version 1.2.0, we embedded a JRE to start the Java extension itself, which is installed in a location like c:\users*.vscode\extensions\redhat.java*. If this directory is not allowed by...

> It's not even clear to me how I would roll out a java.jdt.ls.java.home user setting for a lab where I'm doing a system-level install. On Windows, usually VS Code...

CC @jdneo, since he is working on tuning the classpath configuration UX.

> Without the lombok plugin (and java.jdt.ls.lombokSupport.enabled=true) it is working, so long as the lombok version is (at least?) lombok-1.18.12.jar (which is the same version which was in extensions/vscjava.vscode-lombok-1.0.1/server/lombok.jar )...

> Figure out how to stop reporting this error if it's an expected behavior. It should avoid such error by adding a `try ... catch` when stopping lightweight LS. https://github.com/redhat-developer/vscode-java/blob/7ed079860ac01d35099021f55d7139718b3fe9fe/src/syntaxLanguageClient.ts#L89-L95

> workbench.desktop.main.js:2279 Error: Header must provide a Content-Length property. @tarekahf Your issue is duplicated with https://github.com/redhat-developer/vscode-java/issues/2577#issuecomment-1208922149, pls take a look at the workaround there.

We're also interested in how this happens and see whether we could add that vmArgs on Java extension by default.