mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-20 09:10:12 +00:00
Implement StatusBar
This commit is contained in:
parent
a03cfa4926
commit
3ef7676076
8 changed files with 93 additions and 5 deletions
|
@ -161,6 +161,7 @@ class ExperimentalFeatures implements lc.StaticFeature {
|
|||
caps.codeActionGroup = true;
|
||||
caps.resolveCodeAction = true;
|
||||
caps.hoverActions = true;
|
||||
caps.statusNotification = true;
|
||||
capabilities.experimental = caps;
|
||||
}
|
||||
initialize(_capabilities: lc.ServerCapabilities<any>, _documentSelector: lc.DocumentSelector | undefined): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue