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.
2 parents 9d09405 + d71e4fb commit 0a2c368Copy full SHA for 0a2c368
Extension/src/main.ts
@@ -158,6 +158,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<CppToo
158
log(localize("intellisense.disabled", "intelliSenseEngine is disabled"));
159
}
160
161
+ // Send an instrumentation message upon completing activation.
162
sendInstrumentation({
163
name: "activate",
164
context: { cpptools: '', end: '' }
0 commit comments