Skip to content

Commit

Permalink
Changed to vscode Window
Browse files Browse the repository at this point in the history
Signed-off-by: Anokhi Kastia <90722760+anokhikastiaIBM@users.noreply.github.com>
  • Loading branch information
anokhikastiaIBM committed Oct 26, 2021
1 parent e5574c9 commit d7d679c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/dataset/actions.ts
Expand Up @@ -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..."),
},
() => {
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/uss/actions.ts
Expand Up @@ -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..."),
},
() => {
Expand Down

0 comments on commit d7d679c

Please sign in to comment.