mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update "Preview features" notification text (#4444)
This commit is contained in:
@@ -40,7 +40,7 @@ export class EnablePreviewFeatures implements IWorkbenchContribution {
|
|||||||
}
|
}
|
||||||
configurationService.updateValue('workbench.enablePreviewFeatures', false);
|
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(
|
notificationService.prompt(
|
||||||
Severity.Info,
|
Severity.Info,
|
||||||
enablePreviewFeaturesNotice,
|
enablePreviewFeaturesNotice,
|
||||||
|
|||||||
Reference in New Issue
Block a user