mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-31 12:16:22 +01:00
Set editorId for GettingStartedInput (#186583)
This commit is contained in:
@@ -26,6 +26,10 @@ export class GettingStartedInput extends EditorInput {
|
||||
return GettingStartedInput.ID;
|
||||
}
|
||||
|
||||
override get editorId(): string | undefined {
|
||||
return this.typeId;
|
||||
}
|
||||
|
||||
override toUntyped(): IUntypedEditorInput {
|
||||
return {
|
||||
resource: GettingStartedInput.RESOURCE,
|
||||
|
||||
Reference in New Issue
Block a user