mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
[red-knot] Refresh diagnostics when changing related files (#17350)
This commit is contained in:
parent
8e11c53310
commit
7e571791c0
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ impl Server {
|
|||
position_encoding: Some(position_encoding.into()),
|
||||
diagnostic_provider: Some(DiagnosticServerCapabilities::Options(DiagnosticOptions {
|
||||
identifier: Some(crate::DIAGNOSTIC_NAME.into()),
|
||||
inter_file_dependencies: true,
|
||||
..Default::default()
|
||||
})),
|
||||
text_document_sync: Some(TextDocumentSyncCapability::Options(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue