Clean up some Ruff references in the ty server (#17920)

## Summary

Anything user-facing, etc.
This commit is contained in:
Charlie Marsh 2025-05-07 10:55:16 -04:00 committed by GitHub
parent 3dedd70a92
commit ad658f4d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 25 additions and 17 deletions

View file

@ -148,7 +148,7 @@ impl Server {
writeln!(stderr, "{panic_info}\n{backtrace}").ok();
try_show_message(
"The Ruff language server exited with a panic. See the logs for more details."
"The ty language server exited with a panic. See the logs for more details."
.to_string(),
MessageType::ERROR,
)