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

feat: Custom language server path #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nrayburn-tech
Copy link
Contributor

I don't have a Windows device to test this on, but the concern is whether the paths should be normalized and then collapsed/expanded or collapsed/expanded and then normalized.

FileUtil#toSystemDependentName, FileUtil#toSystemIndependentName, PathMacroManager#expandPath, and PathMacroManager#collapsePath are the relevant methods we are using for that normalizing process.

This PR is built on top of #79. Once that is merged in this can be rebased to see the smaller diff. (79 only contains changelog updates though, so it really isnt much different here.)

Closes #64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to support specifying a custom path to the language server
1 participant