purescript-language-server icon indicating copy to clipboard operation
purescript-language-server copied to clipboard

Windows diagnostic paths discrepancy

Open nwolverson opened this issue 8 years ago • 0 comments

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

  1. This is resulting in sending an empty array of diagnostics for the old version while sending the new diagnostics for the new version
  2. 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".

nwolverson avatar Jan 01 '18 15:01 nwolverson