Commit 646ef4c
Why?:
- Since version 1.6.0 `nimlangserver` periodically sends an
`extension/statusUpdate` notification which triggers a warning by
`lsp-mode`. Because of the notification being sent quite frequently it
prevents the user from actually being able to work on a Nim file. So, at the
moment we should just ignore the notification which can still be inspected
when setting `lsp-log-io` to `t`.
This change addresses the need by:
- Add notification handler #'ignore to `lsp-nim.el` for `extension/statusUpdate`
Co-authored-by: Tobias Heinlein <[email protected]>
1 parent 6b60f98 commit 646ef4c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments