mirror of
https://github.com/neovim/neovim
synced 2025-07-20 13:22:26 +00:00
fix(lsp): change rpc start notify level to warn (#16467)
This is less obtrusive, and does not require a confirmation to dismiss
This commit is contained in:
committed by
GitHub
parent
f5fb79733e
commit
04c7b55038
@ -329,7 +329,7 @@ local function start(cmd, cmd_args, dispatchers, extra_spawn_params)
|
|||||||
else
|
else
|
||||||
msg = msg .. string.format(" with error message: %s", pid)
|
msg = msg .. string.format(" with error message: %s", pid)
|
||||||
end
|
end
|
||||||
vim.notify(msg, vim.log.levels.ERROR)
|
vim.notify(msg, vim.log.levels.WARN)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user