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 b0a4968 commit a4d3760Copy full SHA for a4d3760
Extension/src/instrumentation.ts
@@ -26,7 +26,7 @@ export interface PerfMessage<TInput = Record<string, any> | undefined> {
26
const services = {
27
instrument: <T extends Record<string, any>>(instance: T, _options?: { ignore?: string[]; name?: string }): T => instance,
28
message: (_message: PerfMessage) => { },
29
- init: (_vscode: any) => { },
+ init: (_vscode: any) => { }
30
};
31
32
/** Adds instrumentation to all the members of an object when instrumentation is enabled */
0 commit comments