Skip to content

Commit 872c86a

Browse files
authored
Fix error that occurred when resolving a merge conflict. (#9424)
1 parent 6736b67 commit 872c86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<CppToo
103103
util.promptForReloadWindowDueToSettingsChange();
104104
}
105105
}
106-
}
106+
}));
107107
}
108108

109109
if (vscode.workspace.workspaceFolders && vscode.workspace.workspaceFolders.length > 0) {

0 commit comments

Comments
 (0)