Set editorId for GettingStartedInput (#186583)

This commit is contained in:
Bhavya U
2023-06-29 02:18:50 +02:00
committed by GitHub
parent 715334ba8c
commit c1bca6d7cc
@@ -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,