We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac84820 commit bd4a0adCopy full SHA for bd4a0ad
1 file changed
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 from the editor. Refer to the logs for more information."
422
);
423
}
424
0 commit comments