You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1220 it has been clarified, that didChange requires a client to take ownership with didOpen. However it was never answered, whether the same applies to didSave. Could this be clarified as well?
Also, if didSave can happen without didOpen how is it possible to obtain the TextDocumentItem to which the notification relates.
The text was updated successfully, but these errors were encountered:
In #1220 it has been clarified, that
didChange
requires a client to take ownership withdidOpen
. However it was never answered, whether the same applies todidSave
. Could this be clarified as well?Also, if
didSave
can happen withoutdidOpen
how is it possible to obtain theTextDocumentItem
to which the notification relates.The text was updated successfully, but these errors were encountered: