mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
Clean up some Ruff references in the ty server (#17920)
## Summary Anything user-facing, etc.
This commit is contained in:
parent
3dedd70a92
commit
ad658f4d68
8 changed files with 25 additions and 17 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue