purescript-language-server
purescript-language-server copied to clipboard
Windows diagnostic paths discrepancy
Full build is returning paths like file:///c%3a/... while path returned for single file rebuild is file:///C:/... (just returned back to the caller), in a sense it seems these may both work after normalisation but
- This is resulting in sending an empty array of diagnostics for the old version while sending the new diagnostics for the new version
- atom-ide-ui diagnostics will navigate to file correctly for the full build version but doesn't normalise to relative path or filter it with "show this file".