mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
.toFixed(1)
This commit is contained in:
@@ -110,7 +110,7 @@ export class PromptsDebugContribution extends Disposable implements IWorkbenchCo
|
||||
|
||||
private getDiscoveryLogEntry(discoveryInfo: IPromptDiscoveryInfo): { readonly name: string; readonly details?: string } {
|
||||
|
||||
const durationInMillis = discoveryInfo.durationInMillis;
|
||||
const durationInMillis = discoveryInfo.durationInMillis.toFixed(1);
|
||||
const loadedCount = discoveryInfo.files.filter(file => file.status === 'loaded').length;
|
||||
const skippedCount = discoveryInfo.files.length - loadedCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user