This repository was archived by the owner on Aug 7, 2023. It is now read-only.
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Umbrella apps and location #96
Open

Description
linter-elixirc execute for my umbrella application,
filePath = ensureAbsolutePath(projectPath, reResult[3]);
const fileEditor = findTextEditor(filePath);
But, the filePath returned is "projet/lib/example.ex" instead of "project/apps/my_app/example.ex". so linter-elixirc retunr an empty message list and I don't show my errors.
Sorry for my English, i'm french people. Thank you in advance.