We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715334b commit c1bca6dCopy full SHA for c1bca6d
src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput.ts
@@ -26,6 +26,10 @@ export class GettingStartedInput extends EditorInput {
26
return GettingStartedInput.ID;
27
}
28
29
+ override get editorId(): string | undefined {
30
+ return this.typeId;
31
+ }
32
+
33
override toUntyped(): IUntypedEditorInput {
34
return {
35
resource: GettingStartedInput.RESOURCE,
0 commit comments