Add hide option

This commit is contained in:
Jackson Kearl 2021-05-10 11:15:36 -07:00
parent 99b3724c1e
commit 5b58db6d75
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -401,7 +401,7 @@ export class GettingStartedService extends Disposable implements IGettingStarted
}));
});
if (sectionToOpen) {
if (sectionToOpen && this.configurationService.getValue<string>('workbench.welcomePage.experimental.extensionContributions') !== 'hide') {
// Try first to select the walkthrough on an active getting started page with no selected walkthrough
for (const group of this.editorGroupsService.groups) {