MCPcopy Create free account
hub / github.com/coderoad/coderoad-vscode / Properties

Interface Properties

src/services/telemetry/index.ts:11–13  ·  view source on GitHub ↗

* Telemetry * https://github.com/microsoft/vscode-extension-telemetry *

Source from the content-addressed store, hash-verified

9 */
10
11interface Properties {
12 [key: string]: string
13}
14
15interface Measurements {
16 [key: string]: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected