-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Description
Follow-up from #16214.
Remove the following:
ruff/crates/ruff_server/src/server/api/requests/execute_command.rs
Lines 55 to 60 in ed9c18d
| notifier | |
| .notify::<types::notification::LogMessage>(types::LogMessageParams { | |
| message: output.clone(), | |
| typ: types::MessageType::INFO, | |
| }) | |
| .with_failure_code(ErrorCode::InternalError)?; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
serverRelated to the LSP serverRelated to the LSP server