-
Notifications
You must be signed in to change notification settings - Fork 29
Description
What happened?
I am working on Java 8 projects, and I see that there is some special arguments listed on eclipse-jdtls, however, I wouldn't even know how to give that through the Zed Java extension settings. Currently my settings look like this:
{
"lsp": {
"jdtls": {
"initialization_options": {
"settings": {
"java": {
"home": "C:\\Program Files\\Zulu\\zulu-24",
"format": {
"enabled": true
}
}
}
}
}
}
}This successfully gives me syntax highlighting and formatting. However, I don't get any symbols; the symbols search with Ctrl+T shows nothing, I am unable to Ctrl+Click a symbol to move to its implementation. I also get 2 errors in project diagnostics, but when I open it there is no content at all; see the two screenshots below.
The language server diagnostics button in the bottom left:
![]()
The buffer that opens when the above button is clicked to open the diagnostics:

What did you expect to happen?
I expect to get symbols. I also hope I can run gradle tasks through Zed?
Environment
Zed: v0.198.0
Platform: Windows 11 23H2