MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / deactivate

Function deactivate

Extension/src/telemetry.ts:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95export async function deactivate(): Promise<void> {
96 await initializationPromise?.catch(logAndReturn.undefined);
97 await experimentationTelemetry?.dispose().catch(logAndReturn.undefined);
98}
99
100export function logDebuggerEvent(eventName: string, properties?: Record<string, string>, metrics?: Record<string, number>): void {
101 const sendTelemetry = () => {

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.65
catchMethod · 0.45

Tested by

no test coverage detected