| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Update to TypeScript 6 (TODO: split off into a different PR)
- Update to `vscode-langaugeclient@^10.1.0`
- Adjust to changes to language server logging API
- VS Code now provides client-side log filtering based on a configured
log level. This interacts in a slightly annoying way with our own
server side log filtering, but ultimately both are helpful to have,
since disabling logging on the client still means the server is
sending trace level messages, which may be annoying
Required to get `workspace/textDocumentContent` working,
see eclipse-jdtls/eclipse.jdt.ls#3855
Signed-off-by: David Thompson <davthomp@redhat.com>
|
@MeherSru if you have time, do you mind testing this? Specifically:
|
Sorry, something went wrong.
|
regular features (errors, hover, go to definition) work fine, and jdt:// hover links work correctly too, clicking a JDK class link in hover Javadoc opens the decompiled source properly. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Requires #4487 merged
Required to get workspace/textDocumentContent working, see eclipse-jdtls/eclipse.jdt.ls#3855