Use typed notification method
This commit is contained in:
parent
d2281f0367
commit
8661740626
@ -79,7 +79,7 @@ async function activateServer(ctx: Ctx): Promise<RustAnalyzerExtensionApi> {
|
||||
);
|
||||
vscode.workspace.onDidChangeConfiguration(
|
||||
async (_) => {
|
||||
await ctx.client?.sendNotification("workspace/didChangeConfiguration", {
|
||||
await ctx.client?.sendNotification(lc.DidChangeConfigurationNotification.type, {
|
||||
settings: "",
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user