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
Currently the protocol supports didOpen text document and we faced a situation where we need to do a source compile and some other operations on file focus (when tab switch).
I would like to suggest having DidFocusTextDocument notification from client to the server. Or, is there any alternative way we can handle the same requirement?
The text was updated successfully, but these errors were encountered:
Currently the protocol supports didOpen text document and we faced a situation where we need to do a source compile and some other operations on file focus (when tab switch).
I would like to suggest having DidFocusTextDocument notification from client to the server. Or, is there any alternative way we can handle the same requirement?
The text was updated successfully, but these errors were encountered: