Skip to content

Commit 55c4768

Browse files
committed
Avoid settings source in notification
1 parent ac84820 commit 55c4768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ruff_server/src/session/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ impl ResolvedClientSettings {
418418

419419
if contains_invalid_settings {
420420
show_err_msg!(
421-
"Ruff received invalid client settings. Refer to the logs for more information."
421+
"Ruff received invalid settings from the editor. Refer to the logs for more information."
422422
);
423423
}
424424

0 commit comments

Comments
 (0)