mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
When converting the URI to a path string, ensure that we convert to the file system representation. This is important as this ensures that we are always passing SourceKit the native path string. With this change, the code completion behaviour for the LSP test suite on Windows is repaired.