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
When opening a URL scheme whose content is provided by a workspace/getReferenceDocument request from SourceKit-LSP, VS Code will send a textDocument/didClose request to SourceKit-LSP instead of a textDocument/didOpen. Closing the document sends another textDocument/didClose notification.