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:
Michael Lingelbach 2021-11-30 03:55:42 -05:00 committed by GitHub
parent f5fb79733e
commit 04c7b55038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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