summarylogtreecommitdiffstats
path: root/fix-first-window-not-transparent.diff
blob: 4272ba08234d2b0c6a485d36f3e76c8214b17e43 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/vs/code/electron-main/app.ts	2020-10-29 17:51:27.330706163 +0800
+++ b/src/vs/code/electron-main/app.ts	2020-11-24 14:11:33.058005352 +0800
@@ -322,6 +322,7 @@
 	}

 	async startup(): Promise<void> {
+		await new Promise((resolve) => setTimeout(resolve, 400));
 		this.logService.debug('Starting VS Code');
 		this.logService.debug(`from: ${this.environmentService.appRoot}`);
 		this.logService.debug('args:', this.environmentService.args);