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 67cc096 commit 4874dc6Copy full SHA for 4874dc6
src/vs/workbench/contrib/welcomeGettingStarted/browser/startupPage.ts
@@ -147,6 +147,9 @@ export class StartupPageContribution implements IWorkbenchContribution {
147
}),
148
this.editorService.openEditors(readmes.filter(readme => !isMarkDown(readme)).map(readme => ({ resource: readme }))),
149
]);
150
+ } else {
151
+ // If no readme is found, default to showing the welcome page.
152
+ await this.openGettingStarted();
153
}
154
155
0 commit comments