mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Merge #10421
10421: minor: Bump npm non-dev deps r=lnicola a=lnicola Fixes #10407 Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
c88277f676
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