Skip to content

Commit f4c95d5

Browse files
author
Jackson Kearl
committed
Rneder search editor label as soon as possible.
1 parent 36f56c6 commit f4c95d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/contrib/searchEditor/browser/searchEditorInput.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export class SearchEditorInput extends EditorInput {
9191

9292
this._register(contentsModel);
9393
this._register(headerModel);
94+
this._onDidChangeLabel.fire();
9495

9596
return { contentsModel, headerModel };
9697
});

0 commit comments

Comments
 (0)