mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 18:57:04 +00:00
Add a 'open server logs' button to the error notification
This commit is contained in:
parent
84239a1454
commit
b9fe5afb30
7 changed files with 58 additions and 12 deletions
|
|
@ -21,6 +21,7 @@ export interface ServerStatusParams {
|
|||
export const serverStatus = new lc.NotificationType<ServerStatusParams>(
|
||||
"experimental/serverStatus"
|
||||
);
|
||||
export const openServerLogs = new lc.NotificationType0("rust-analyzer/openServerLogs");
|
||||
|
||||
export const reloadWorkspace = new lc.RequestType0<null, void>("rust-analyzer/reloadWorkspace");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue