aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/server.ts
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-21 10:13:48 +0100
committerAleksey Kladov <[email protected]>2019-04-21 10:13:48 +0100
commitfa12ed2b8f3466af88644e59127cd169549f8899 (patch)
tree8837e4192d6121115a5a9b94044d33bd683184b2 /editors/code/src/server.ts
parent31b7697cf6f4ebb4ebc35b055e6b4ad9a28e28e9 (diff)
switch to official extend selection API
Diffstat (limited to 'editors/code/src/server.ts')
-rw-r--r--editors/code/src/server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/server.ts b/editors/code/src/server.ts
index 5e9a19340..81c2b3fff 100644
--- a/editors/code/src/server.ts
+++ b/editors/code/src/server.ts
@@ -74,6 +74,7 @@ export class Server {
74 } 74 }
75 } 75 }
76 }; 76 };
77 Server.client.registerProposedFeatures();
77 Server.client.onReady().then(() => { 78 Server.client.onReady().then(() => {
78 for (const [type, handler] of notificationHandlers) { 79 for (const [type, handler] of notificationHandlers) {
79 Server.client.onNotification(type, handler); 80 Server.client.onNotification(type, handler);