mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
- Use cursorInfo USR lookup instead of index (more accurate) - Add document version tracking to reject stale resolve requests - Make InlayHintResolveData conform to LSPAnyCodable - Reference swiftlang/swift#86432 for mangled type workaround - cursorInfoFromTypeUSR takes DocumentSnapshot for version safety - Remove TypeDefinition.swift (defer to follow-up PR) - Remove unnecessary comments - Tests work without index