diff --git a/packages/zowe-explorer/src/dataset/actions.ts b/packages/zowe-explorer/src/dataset/actions.ts index 7e16620a09..6cac597cf5 100644 --- a/packages/zowe-explorer/src/dataset/actions.ts +++ b/packages/zowe-explorer/src/dataset/actions.ts @@ -1412,7 +1412,7 @@ export async function saveFile(doc: vscode.TextDocument, datasetProvider: IZoweT try { const uploadResponse = await vscode.window.withProgress( { - location: vscode.ProgressLocation.Notification, + location: vscode.ProgressLocation.Window, title: localize("saveFile.response.save.title", "Saving data set..."), }, () => { diff --git a/packages/zowe-explorer/src/uss/actions.ts b/packages/zowe-explorer/src/uss/actions.ts index 489149f923..4877bbb811 100644 --- a/packages/zowe-explorer/src/uss/actions.ts +++ b/packages/zowe-explorer/src/uss/actions.ts @@ -287,7 +287,7 @@ export async function saveUSSFile(doc: vscode.TextDocument, ussFileProvider: IZo } const uploadResponse: zowe.IZosFilesResponse = await vscode.window.withProgress( { - location: vscode.ProgressLocation.Notification, + location: vscode.ProgressLocation.Window, title: localize("saveUSSFile.response.title", "Saving file..."), }, () => {