-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Projectile can't recognise custom project type #1872
Comments
Entire init.el if something outside the project registration affects it: |
Does: (projectile-update-project-type 'dub :precedence 'high) Make projectile pick up the expected project type? |
Unfortunately, it does not |
In case someone may be helped by this in the future, this is what allowed to me hard-code a project type In .dir-locals.el
|
where go could be any of the values in this list Line 3252 in 0163b33
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Projectile switching to projectile:dub in directories containing
dub.sdl
ordub.json
Actual behavior
Projectile doesn't switch to projectile:dub and instead is projectile:dotnet-sln (as in all projects with src/ and not under any project type)
Steps to reproduce the problem
dub.sdl
ordub.json
dub
project typeEnvironment & Version information
Projectile version information
Projectile 2.8.0
Emacs version
29.1
Operating system
Arch Linux
The text was updated successfully, but these errors were encountered: