* Telemetry * https://github.com/microsoft/vscode-extension-telemetry *
| 9 | */ |
| 10 | |
| 11 | interface Properties { |
| 12 | [key: string]: string |
| 13 | } |
| 14 | |
| 15 | interface Measurements { |
| 16 | [key: string]: number |
nothing calls this directly
no outgoing calls
no test coverage detected