mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Massage mark name to align
This commit is contained in:
@@ -470,6 +470,12 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
|
||||
startTime: entry.startTime
|
||||
};
|
||||
}
|
||||
if (entry.name.startsWith('code/')) {
|
||||
return {
|
||||
name: `extHost/` + entry.name.substr('code/'.length),
|
||||
startTime: entry.startTime
|
||||
};
|
||||
}
|
||||
return entry;
|
||||
});
|
||||
this._mainThreadExtensionsProxy.$setPerformanceMarks(marks);
|
||||
|
||||
Reference in New Issue
Block a user