diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-07-02 12:37:04 +0200 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-07-02 15:32:14 +0200 |
| commit | 3ef76760761d17cef4ea4e8462d9ee2ca8395467 (patch) | |
| tree | dbcb0bf2cc2f43533360a4a16f3994ddb88515df /editors/code/src/client.ts | |
| parent | a03cfa49268d3938b55ceff046d04a75de8972b9 (diff) | |
| download | rust-3ef76760761d17cef4ea4e8462d9ee2ca8395467.tar.gz rust-3ef76760761d17cef4ea4e8462d9ee2ca8395467.zip | |
Implement StatusBar
Diffstat (limited to 'editors/code/src/client.ts')
| -rw-r--r-- | editors/code/src/client.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts index 65ad573d8c9..3e5915c28d4 100644 --- a/editors/code/src/client.ts +++ b/editors/code/src/client.ts @@ -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 { |
