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 8ca1c45 commit d0ba782Copy full SHA for d0ba782
Extension/src/main.ts
@@ -41,6 +41,10 @@ export async function activate(context: vscode.ExtensionContext): Promise<CppToo
41
context: { cpptools: '', start: '' }
42
});
43
44
+ if (util.extensionContext !== undefined) {
45
+ return cppTools; // The extension is already activated.
46
+ }
47
+
48
util.setExtensionContext(context);
49
Telemetry.activate();
50
util.setProgress(0);
0 commit comments