Add a 'open server logs' button to the error notification
This commit is contained in:
@@ -151,6 +151,13 @@ impl Notification for ClearFlycheck {
|
||||
const METHOD: &'static str = "rust-analyzer/clearFlycheck";
|
||||
}
|
||||
|
||||
pub enum OpenServerLogs {}
|
||||
|
||||
impl Notification for OpenServerLogs {
|
||||
type Params = ();
|
||||
const METHOD: &'static str = "rust-analyzer/openServerLogs";
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize, Debug)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct RunFlycheckParams {
|
||||
|
||||
Reference in New Issue
Block a user