We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2281f0 commit 8661740Copy full SHA for 8661740
editors/code/src/main.ts
@@ -79,7 +79,7 @@ async function activateServer(ctx: Ctx): Promise<RustAnalyzerExtensionApi> {
79
);
80
vscode.workspace.onDidChangeConfiguration(
81
async (_) => {
82
- await ctx.client?.sendNotification("workspace/didChangeConfiguration", {
+ await ctx.client?.sendNotification(lc.DidChangeConfigurationNotification.type, {
83
settings: "",
84
});
85
},
0 commit comments