Update "Preview features" notification text (#4444)

This commit is contained in:
Karl Burtram
2019-03-13 13:50:42 -07:00
committed by GitHub
parent c9b3e2b156
commit e9390dcd48

View File

@@ -40,7 +40,7 @@ export class EnablePreviewFeatures implements IWorkbenchContribution {
}
configurationService.updateValue('workbench.enablePreviewFeatures', false);
const enablePreviewFeaturesNotice = localize('enablePreviewFeatures.notice', "Would you like to enable preview features?");
const enablePreviewFeaturesNotice = localize('enablePreviewFeatures.notice', "Preview features are required in order for extensions to be fully supported and for some actions to be available. Would you like to enable preview features?");
notificationService.prompt(
Severity.Info,
enablePreviewFeaturesNotice,