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.
When opening a URL scheme whose content is provided by a
workspace/getReferenceDocument
request from SourceKit-LSP, VS Code will send atextDocument/didClose
request to SourceKit-LSP instead of atextDocument/didOpen
. Closing the document sends anothertextDocument/didClose
notification.Steps to reproduce:
getReferenceDocument
sourcekit-lsp#1887 and set it as the SourceKit-LSP server path.swiftinterface
files toreadonly
if old scheme wasfile
#1276 to the vscode-swift sourcestextDocument/didClose
notification to SourceKit-LSP when the document is actually being opened.The text was updated successfully, but these errors were encountered: