mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-15 14:55:04 +00:00
Sacrifice for the semicolon god
This commit is contained in:
parent
8fe20b19d4
commit
ad02bfe58f
2 changed files with 5 additions and 5 deletions
|
@ -11,9 +11,9 @@ export const analyzerStatus = new lc.RequestType<AnalyzerStatusParams, string, v
|
|||
export const memoryUsage = new lc.RequestType0<string, void>("rust-analyzer/memoryUsage");
|
||||
|
||||
export interface ServerStatusParams {
|
||||
health: "ok" | "warning" | "error"
|
||||
quiescent: boolean
|
||||
message?: string
|
||||
health: "ok" | "warning" | "error";
|
||||
quiescent: boolean;
|
||||
message?: string;
|
||||
}
|
||||
export const serverStatus = new lc.NotificationType<ServerStatusParams>("experimental/serverStatus");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue