We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac84820 commit 3ee184cCopy full SHA for 3ee184c
crates/ruff_server/src/session/settings.rs
@@ -418,7 +418,7 @@ impl ResolvedClientSettings {
418
419
if contains_invalid_settings {
420
show_err_msg!(
421
- "Ruff received invalid client settings. Refer to the logs for more information."
+ "Ruff received invalid settings. Refer to the logs for more information."
422
);
423
}
424
0 commit comments