Commit 36d60dd
fix(lsp): change error to warn on lsp error message (#2547)
see #2547 (comment)
Builtin lsp warn on hierarchy request:
https://github.com/neovim/neovim/blob/0501c5fd0959895b18d8166c6c034cdf1832edf3/runtime/lua/vim/lsp/buf.lua#L1275
Also other "content" request don't throw error message.
So I think we can change error to warn.1 parent e5804f4 commit 36d60dd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
| 489 | + | |
489 | 490 | | |
490 | 491 | | |
491 | 492 | | |
| |||
0 commit comments