We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b162663 commit 0170ecaCopy full SHA for 0170eca
src/commands/showHierarchyBase.ts
@@ -65,7 +65,7 @@ export class ShowHierarchyBase extends CommandBase {
65
const newFilePath = path.join(this.workspaceDirectory, pngFilename);
66
this.fsUtils.writeFile(newFilePath, u8arr, () => { });
67
68
- vscode.window.showInformationMessage(`The file ${pngFilename} has been created in the root of the workspace.`);
+ vscode.window.setStatusBarMessage(`The file ${pngFilename} has been created in the root of the workspace.`);
69
}
70
71
0 commit comments