Files
sourcekit-lsp/Sources/LanguageServerProtocol/Notifications/DidChangeActiveDocumentNotification.swift
Alex Hoppen baa3b70f7c A couple refinements to the window/didChangeActiveDocument notification
- Clarify that this must only be called with documents that are open in SourceKit-LSP and add a check for that.
- Allow sending `null` to indicate that no SourceKit-LSP document is currently active.
- Cancel preparation tasks for other workspaces that don’t contain the currently active document.
2025-02-24 13:58:19 -08:00

1007 B