Skip to content
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

Prefer projectile if available #175

Closed
wants to merge 1 commit into from
Closed

Prefer projectile if available #175

wants to merge 1 commit into from

Conversation

wyuenho
Copy link

@wyuenho wyuenho commented Dec 4, 2018

In some situations, especially in the case of a monorepo, there will be a different project under different directories, but all under the same repo. LSP servers tend to be located in these subdirectories as well, but Emacs's built-in project package doesn't seem to recognize these different project types (npm, pip etc...) OOTB, so the servers are unable to launch without some .dir-local mess. This PR attempts to fix that.

Aside: The whole point of project-current seems to be about getting the root of the current project, removing uses project-current will clean up the code somewhat, the downside is eglot 's signature will have to change. Let me know if you'd like to change that.

@articuluxe
Copy link

articuluxe commented Dec 4, 2018 via email

@joaotavora
Copy link
Owner

A dup of #129, which is marked wontfix.

Shouldn’t projectile be one implementation of project? You are free to add more onto project-find-functions.

I agree. The author of projectile is presumedly trying to make this even easier.

@joaotavora joaotavora closed this Dec 4, 2018
@wyuenho wyuenho mentioned this pull request Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants