mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add welcomePageWithTour to startupEditor check (#11702)
This commit is contained in:
@@ -129,7 +129,8 @@ function isWelcomePageEnabled(configurationService: IConfigurationService, conte
|
|||||||
return welcomeEnabled.value;
|
return welcomeEnabled.value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return startupEditor.value === 'welcomePage' || startupEditor.value === 'readme' || startupEditor.value === 'welcomePageInEmptyWorkbench' && contextService.getWorkbenchState() === WorkbenchState.EMPTY;
|
// {{SQL CARBON EDIT}} - add welcomePageWithTour
|
||||||
|
return startupEditor.value === 'welcomePageWithTour' || startupEditor.value === 'welcomePage' || startupEditor.value === 'readme' || startupEditor.value === 'welcomePageInEmptyWorkbench' && contextService.getWorkbenchState() === WorkbenchState.EMPTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class WelcomePageAction extends Action {
|
export class WelcomePageAction extends Action {
|
||||||
|
|||||||
Reference in New Issue
Block a user