-
-
Notifications
You must be signed in to change notification settings - Fork 2
fix: convert file paths to workspace-relative paths #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @WalterWoshid
Where do you see this path?
Hmm, also need example |
|
Hi @xepozz, I hope this clarifies things. We have a main project and a core project. The core project is used in other projects as well. Mostly we have this workflow: open the main project and then attach the core project in the IDE. We are trying to include Mago and have 2 configuration files, one for main and one for core. I created a In the picture you can see:
With my fix, it successfully ignores entries from the baseline on both "main" and "core". (New errors at the bottom as an example)
I added a folder |
|
@xepozz That's perfect, thank you 🚀 |
|
Ok let's try it |
|
Tagged 2026.1.4 version. It will be available in a few minutes on the marketplace |




We have a monorepo and constantly work with our main project and another core project that is included in other projects as well. Mago has no problems analyzing paths like
../core/blablabla, but the IDE plugin struggles with that. It still shows inspections that are actually excluded by the baseline file. This fixes it.