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?