Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/vscode-cpptools
/ dispose
Method
dispose
Extension/src/telemetry.ts:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
dispose(): Promise<any> {
55
return
this.baseReporter.dispose();
56
}
57
}
58
59
let
initializationPromise: Promise<IExperimentationService> | undefined;
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected