-
Couldn't load subscription status.
- Fork 28
Labels
bugSomething isn't workingSomething isn't workinglanguage-serverRelated to the language server.Related to the language server.zedRelated specifically to Zed or its codebaseRelated specifically to Zed or its codebase
Description
Relevance Confirmation
- I confirmed that this is not an issue with the Eclipse JDT Language Server itself
What happened?
I use this parameters in "lsp" section.
"jdtls": {
"initialization_options": {
"settings": {
"java": {
"inlayhints": {
"parameterNames": {
"enabled": "none"
}
}
}
}
}
}But inlay hints continue to work.

What did you expect to happen?
I expected the settings to affect the LSP server
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglanguage-serverRelated to the language server.Related to the language server.zedRelated specifically to Zed or its codebaseRelated specifically to Zed or its codebase