Skip to content

minor: Bump npm non-dev deps #10421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2021
Merged

minor: Bump npm non-dev deps #10421

merged 1 commit into from
Oct 2, 2021

Conversation

lnicola
Copy link
Member

@lnicola lnicola commented Oct 2, 2021

Fixes #10407

@lnicola lnicola changed the title Bump npm non-dev deps minor: Bump npm non-dev deps Oct 2, 2021
@@ -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),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is right, but I'm not actually sure.

@lnicola
Copy link
Member Author

lnicola commented Oct 2, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 2, 2021

@bors bors bot merged commit c88277f into rust-lang:master Oct 2, 2021
@lnicola lnicola deleted the npm-deps branch October 2, 2021 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closing "A request has failed." notification opens output panel
1 participant