vscode-elixir icon indicating copy to clipboard operation
vscode-elixir copied to clipboard

Problems file path incorrect when using projectPath

Open thdxr opened this issue 8 years ago • 1 comments

It seems the projectPath is not respected when showing problems (get a file not found error)

thdxr avatar Dec 20 '17 18:12 thdxr

It also doesn't work with umbrella projects. A problem reported for a source file using relative path for a project that files belongs to. It should take into account

  • parent umbrella project location
  • apps_path settings in umbrella's mix.exs
  • project name(path) inside umbrella

Thanks!

scout119 avatar Jan 11 '18 18:01 scout119