-
Notifications
You must be signed in to change notification settings - Fork 256
Conversation
☔ The latest upstream changes (presumably #1562) made this pull request unmergeable. Please resolve the merge conflicts. |
Huh, it's interesting that we still pulled in the |
Noticed it while checking Rust's
No problem. |
☔ The latest upstream changes (presumably #1563) made this pull request unmergeable. Please resolve the merge conflicts. |
Travis Linux build is still the only CI that passes tests. |
Thanks and sorry for waiting! This only needs resolving the recent tooltip test breakage but that's let's do that separately. |
No problem.
I have no idea how to fix it but it has broken for two weeks. |
That might be slightly more difficult than it sounds. We pinned the version because the extension relies on the older format of the progress messages, which (unfortunately?) changed in preparation for the official LSP release. The fix would be to extract them again to a local definition, as before, use them and continue to use the newer versionf of the lsp-types. |
I had hard time upgrading
lsp-types
so it's left with old version.