mirror of
https://github.com/neovim/neovim
synced 2025-07-16 17:21:49 +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
|
||||
msg = msg .. string.format(" with error message: %s", pid)
|
||||
end
|
||||
vim.notify(msg, vim.log.levels.ERROR)
|
||||
vim.notify(msg, vim.log.levels.WARN)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user