mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 12:25:05 +00:00
6826dd044a
5782: Fix StatusNotification r=matklad a=vsrs This PR fixes the following: As per specification `params` property in [NotificationMessage ](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#notificationMessage) should be `array | object` while RA uses `"loading" | "ready" | "invalid" | "needsReload"`. Co-authored-by: vsrs <vit@conrlab.com> |
||
---|---|---|
.. | ||
ast_inspector.ts | ||
client.ts | ||
commands.ts | ||
config.ts | ||
ctx.ts | ||
debug.ts | ||
inlay_hints.ts | ||
lsp_ext.ts | ||
main.ts | ||
net.ts | ||
persistent_state.ts | ||
run.ts | ||
snippets.ts | ||
tasks.ts | ||
toolchain.ts | ||
util.ts |