Skip to content

Commit c1bca6d

Browse files
authored
Set editorId for GettingStartedInput (microsoft#186583)
1 parent 715334b commit c1bca6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export class GettingStartedInput extends EditorInput {
2626
return GettingStartedInput.ID;
2727
}
2828

29+
override get editorId(): string | undefined {
30+
return this.typeId;
31+
}
32+
2933
override toUntyped(): IUntypedEditorInput {
3034
return {
3135
resource: GettingStartedInput.RESOURCE,

0 commit comments

Comments
 (0)