startup perf - load NLS module conditionally; add perf mark for main IPC server

This commit is contained in:
Benjamin Pasero
2021-04-08 12:08:31 +02:00
parent 11d3a8027d
commit 2214484ee4
6 changed files with 30 additions and 13 deletions

View File

@@ -93,6 +93,7 @@ import { ISignService } from 'vs/platform/sign/common/sign';
* even if the user starts many instances (e.g. from the command line).
*/
export class CodeApplication extends Disposable {
private windowsMainService: IWindowsMainService | undefined;
private nativeHostMainService: INativeHostMainService | undefined;