mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
send duration as micro seconds, #60332
This commit is contained in:
@@ -115,7 +115,7 @@ export class ExtensionsAutoProfiler extends Disposable implements IWorkbenchCont
|
||||
}
|
||||
*/
|
||||
this._telemetryService.publicLog('exthostunresponsive', {
|
||||
duration: duration / 1e3,
|
||||
duration,
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user