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 4c206b2 commit d71e4fbCopy full SHA for d71e4fb
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 activation.
162
sendInstrumentation({
163
name: "activate",
164
context: { cpptools: '', end: '' }
0 commit comments