change the text to more generic (#23582)

This commit is contained in:
Alan Ren
2023-06-29 20:24:52 -07:00
committed by GitHub
parent d528e5c607
commit 116270f2f6

View File

@@ -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