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
(GH-53) Respond to 'textDocument/didClose' notification
The didClose notification is sent when a user closes a text file in the editor.
This commit updates the language server to remove the document from the local
document store when the user closes the document.
0 commit comments