mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Bump npm non-dev deps
This commit is contained in:
parent
7afa84ef41
commit
aa88d7e0d6
3 changed files with 42 additions and 42 deletions
|
@ -66,7 +66,7 @@ async function tryActivate(context: vscode.ExtensionContext) {
|
|||
ctx.pushCleanup(configureLanguage());
|
||||
|
||||
vscode.workspace.onDidChangeConfiguration(
|
||||
_ => ctx?.client?.sendNotification('workspace/didChangeConfiguration', { settings: "" }),
|
||||
_ => ctx?.client?.sendNotification('workspace/didChangeConfiguration', { settings: "" }).catch(log.error),
|
||||
null,
|
||||
ctx.subscriptions,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue