Skip to content

ruff server does not load new configuration files when they are created #11766

@snowsignal

Description

@snowsignal

If you create a new pyproject.toml / ruff.toml configuration file in your workspace, we reload any existing configuration but do not 'register' the new configuration file.

This has been a known limitation of Index::reload_settings:

/// Reloads relevant existing settings files based on a changed settings file path.
/// This does not currently register new settings files.

Metadata

Metadata

Assignees

Labels

serverRelated to the LSP server

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions