Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different OS/paths between client and server #75

Open
radeksimko opened this issue Apr 29, 2020 · 0 comments
Open

Support different OS/paths between client and server #75

radeksimko opened this issue Apr 29, 2020 · 0 comments
Labels
enhancement New feature or request text-synchronization https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocum

Comments

@radeksimko
Copy link
Member

Current Version

0.1.0

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

@radeksimko radeksimko added the enhancement New feature or request label Apr 29, 2020
@radeksimko radeksimko added the text-synchronization https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocum label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request text-synchronization https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocum
Projects
None yet
Development

No branches or pull requests

1 participant