Skip to content

LSP server settings has no effect #42

@igorechek06

Description

@igorechek06

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.
Image

What did you expect to happen?

I expected the settings to affect the LSP server

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglanguage-serverRelated to the language server.zedRelated specifically to Zed or its codebase

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions