oxc-project / oxc-intellij-plugin

25 stars 2 forks source link

feat: Custom language server path #80

Closed nrayburn-tech closed 2 weeks ago

nrayburn-tech commented 2 weeks ago

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.