sublimelsp / LSP-cspell

Spell check support for Sublime's LSP plugin provided through cspell.
MIT License
9 stars 1 forks source link

Unknown word different from highlighted mispelled word #5

Closed kapitanluffy closed 1 year ago

kapitanluffy commented 1 year ago

image

At the last line, I have return sheets but cspell is saying sheetsimport

predragnikolic commented 1 year ago

Looks like the servers got out of sync changes from the real document...

The issues is certainly not related to LSP-cspell, because LSP-pyright also reports a diagnosis by which I can tell that were some content sync issues, where the LSP client didn't sent content changes to the server.

Does this happen often for you?

predragnikolic commented 1 year ago

I will close this, because of:

Looks like the servers got out of sync changes from the real document...

It doesn't look like a server issue, but rather as a LSP client issue. If this issue happens again, feel free to open it at https://github.com/sublimelsp/LSP/issues