Skip to content

Fix configuration inheritance for configurations specified in the LSP settings#13285

Merged
MichaReiser merged 1 commit intomainfrom
micha/fix-server-configuration-extend
Sep 9, 2024
Merged

Fix configuration inheritance for configurations specified in the LSP settings#13285
MichaReiser merged 1 commit intomainfrom
micha/fix-server-configuration-extend

Conversation

@MichaReiser
Copy link
Copy Markdown
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
@github-actions
Copy link
Copy Markdown
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
Copy Markdown
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
@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