You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding!
Expected behavior
I have the following custom project type.
The
.projectile
file lives in thefoo
subdir ofsrc
. I'd like to havecustom
has detected project type (and use the_test
suffix).Actual behavior
The project type is
generic
Steps to reproduce the problem
Create a git repo with
src/foo/.projectile
in it. Register the above project.Environment & Version information
Projectile version information
I did a bit of debugging and it seems the following happens:
Should my marker function return true if the input
dir
isnil
?The text was updated successfully, but these errors were encountered: