Skip to content

Commit 4b4ea51

Browse files
authored
Merge branch 'release' into seanmcm/1_10_5_release
2 parents a5de3a5 + 380dcbb commit 4b4ea51

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)