Skip to content

Commit 0a2c368

Browse files
committed
Merge branch 'dev/garretts/instrumentation' of https://github.com/microsoft/vscode-cpptools into dev/garretts/instrumentation
2 parents 9d09405 + d71e4fb commit 0a2c368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extension/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<CppToo
158158
log(localize("intellisense.disabled", "intelliSenseEngine is disabled"));
159159
}
160160

161+
// Send an instrumentation message upon completing activation.
161162
sendInstrumentation({
162163
name: "activate",
163164
context: { cpptools: '', end: '' }

0 commit comments

Comments
 (0)