Skip to content

fix(phpactor): root markers precedence #3928

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

Merged
merged 1 commit into from
Jun 25, 2025

Conversation

calebdw
Copy link
Contributor

@calebdw calebdw commented Jun 25, 2025

Hello!

This fixes the precedence of root markers for phpactor. When opening a vendor file, a new lsp workspace was being created in the context of the vendor directory, which causes failures because there's no vendor/ directory in the workspace root and therefor the lsp cannot find any of the symbols.

Thanks!

This fixes the precedence of root markers for phpactor. When opening
a vendor file, a new lsp workspace was being created in the context of
the vendor directory, which causes failures because there's no vendor/
directory in the workspace root and therefor the lsp cannot find
any of the symbols.
@justinmk justinmk merged commit 477f412 into neovim:master Jun 25, 2025
6 checks passed
@calebdw calebdw deleted the calebdw/push-ytwqoykkuoyo branch June 25, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants