mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
switch to official extend selection API
This commit is contained in:
parent
31b7697cf6
commit
fa12ed2b8f
13 changed files with 89 additions and 63 deletions
|
@ -74,6 +74,7 @@ export class Server {
|
|||
}
|
||||
}
|
||||
};
|
||||
Server.client.registerProposedFeatures();
|
||||
Server.client.onReady().then(() => {
|
||||
for (const [type, handler] of notificationHandlers) {
|
||||
Server.client.onNotification(type, handler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue