mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
Make cancelFlycheck request a notification
This commit is contained in:
parent
cdfe98fe94
commit
d8ddde27f9
4 changed files with 4 additions and 5 deletions
|
@ -788,7 +788,7 @@ export function openDocs(ctx: CtxInit): Cmd {
|
|||
|
||||
export function cancelFlycheck(ctx: CtxInit): Cmd {
|
||||
return async () => {
|
||||
await ctx.client.sendRequest(ra.cancelFlycheck);
|
||||
await ctx.client.sendNotification(ra.cancelFlycheck);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue