mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
change the text to more generic (#23582)
This commit is contained in:
@@ -211,7 +211,7 @@ async function runScriptingAction(accessor: ServicesAccessor, args: ObjectExplor
|
|||||||
const logService = accessor.get(ILogService);
|
const logService = accessor.get(ILogService);
|
||||||
const selectionHandler = instantiationService.createInstance(TreeSelectionHandler);
|
const selectionHandler = instantiationService.createInstance(TreeSelectionHandler);
|
||||||
const notificationHandle = notificationService.notify({
|
const notificationHandle = notificationService.notify({
|
||||||
message: localize('scriptingAction.inProgress', "Generating script..."),
|
message: localize('scriptingAction.inProgress', "Executing action..."),
|
||||||
severity: Severity.Info,
|
severity: Severity.Info,
|
||||||
progress: {
|
progress: {
|
||||||
infinite: true
|
infinite: true
|
||||||
|
|||||||
Reference in New Issue
Block a user