mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
startup perf - load NLS module conditionally; add perf mark for main IPC server
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user