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

fix(taplo): simplify root detection #3267

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

mehalter
Copy link
Contributor

The taplo language server has a bit of a strict root directory detection. It seems like it was that way because it previously didn't have single file mode enabled. Now that single file mode is enabled we don't need to have it set a project root immediately in the folder. This aligns it more with how jsonls and yamlls root detection work.

@mehalter mehalter requested a review from glepnir as a code owner August 14, 2024 12:18
@glepnir glepnir merged commit ad32182 into neovim:master Aug 14, 2024
8 checks passed
@mehalter mehalter deleted the taplo_root_dir_fix branch September 24, 2024 15:07
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.

3 participants