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 b0bf495 commit 028a4aaCopy full SHA for 028a4aa
editors/code/src/main.ts
@@ -35,7 +35,7 @@ export async function activate(context: vscode.ExtensionContext) {
35
36
const config = new Config(context);
37
38
- vscode.workspace.onDidChangeConfiguration(() => ensureProperExtensionVersion(config));
+ vscode.workspace.onDidChangeConfiguration(() => ensureProperExtensionVersion(config).catch(log.error));
39
40
// Don't await the user response here, otherwise we will block the lsp server bootstrap
41
void ensureProperExtensionVersion(config);
0 commit comments