Skip to content

configuring eslint/noConfig handler ? #3413

@davidosomething

Description

@davidosomething

Description

according to fe65c92#diff-abae925898033611bb8a6fe94b196d364c64999f6e6a12bb553486d88c62158dR124

we should be able to add a handler in the config for eslint lsp

{
  handlers = {
    ["eslint/noConfig"] = function()
      vim.notify("handled")
    end,
  }
}

@entropitor this doesn't seem to work, am i doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions