🌐 AI搜索 & 代理 主页
Skip to content

disable configuration but still received ConfigurationRequest #1049

@Mas0nShi

Description

@Mas0nShi

there is my config for LSP client

    const clientCapabilities: ClientCapabilities = {
      // Define minimal client capabilities
      workspace: {
        applyEdit: false,
        configuration: false, // disable configuration
      },
      ......

For reference, I tested 5.1.1, 5.1.0, and 5.0.1.

5.1.1 and 5.1.0 ignored my configuration, but 5.0.1 and earlier worked as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions