Support different OS/paths between client and server #75
Labels
enhancement
New feature or request
text-synchronization
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocum
Current Version
Use-cases
Currently the server makes assumptions for Windows based on build flags, which doesn't account for situations where client may be running a Unix-based filesystem for any reason and send Unix paths and vice versa.
The server will in such case likely misinterpret file paths.
Proposal
Detect Windows-style paths regardless of where the server is running.
References
#73
The text was updated successfully, but these errors were encountered: