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 configuration inheritance for configurations specified in the LSP settings #13285

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

MichaReiser
Copy link
Member

Summary

This PR addresses a bug where the ruff LSP didn't follow a configuration's extend when the configuration is specified in the LSP settings.

Fixes #13261

Test Plan

I created a workspace layout as described in #13261 and verified that the diagnostic isn't shown on main but is shown with this patch.

@MichaReiser MichaReiser added bug Something isn't working server Related to the LSP server labels Sep 8, 2024
Copy link
Contributor

github-actions bot commented Sep 8, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Copy link
Member

@dhruvmanila dhruvmanila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MichaReiser MichaReiser merged commit 312bd86 into main Sep 9, 2024
20 checks passed
@MichaReiser MichaReiser deleted the micha/fix-server-configuration-extend branch September 9, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Related to the LSP server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config file "extend" not working from language server
2 participants