Skip to content

Commit 2066424

Browse files
author
Benjamin Pasero
committed
fix bad editor flashing on startup
1 parent fbacd65 commit 2066424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/electron-browser/workbench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ export class Workbench implements IPartService {
825825
private createEditorPart(): void {
826826
const editorContainer = $(this.workbench)
827827
.div({
828-
'class': ['part', 'editor', 'monaco-editor-background'],
828+
'class': ['part', 'editor', 'monaco-editor-background', 'empty'],
829829
id: Identifiers.EDITOR_PART,
830830
role: 'main'
831831
});

0 commit comments

Comments
 (0)