Jinbo Wang
Jinbo Wang
Adapting the standard LSP notification is no problem for me. What I want to know is how does the vscode-java client respond if you send duplicate progress notifications?
vscode-java client is using `language/progressReport` to report status. If you migrate `language/progressReport` to `$/progress`, could you pls send a PR to fix https://github.com/redhat-developer/vscode-java/pulls as well.
> the thing that bothers me a bit is if we start advertising it on the readme, it's akin to saying we own and maintain those 3rd party packages, which...
Source Action list: I favor "Organize imports" as the first menu.
> did we break "java.errors.incompleteClasspath.severity": "ignore" with the syntax server mechanism? Previously this setting is used to control whether to display a notification message box for classpath incomplete, it's useful....
The PR https://github.com/eclipse/eclipse.jdt.ls/pull/1366 added this. No setting to turn it off.
This should be related with the timing of registering these capabilities. At the moment we delay the registration until the build job has finished. It makes sense to enable earlier...
> If those JVMs are different, Java LS will update all projects. The issue can't be reproduced when starting VS Code with JDK 11 and without java.configuration.runtimes. The reason is...
> ~As of 1.6.0 ( #1900 ) we stopped generating those `.project`, `.classpath` files at the project root. In order to do that, we overrode the filesystem used for the...
Here are the breakdown work items to improve constructor completion performance. - [x] when typing new , auto complete a short list of constructors such as those from the expected...