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 94e3734 commit b162663Copy full SHA for b162663
src/commands/showHierarchyBase.ts
@@ -85,7 +85,7 @@ export class ShowHierarchyBase extends CommandBase {
85
// Write the prettified xml string to the ReadMe-ProjectStructure.dgml file.
86
var directoryPath: string = this.fsUtils.getWorkspaceFolder();
87
this.fsUtils.writeFile(path.join(directoryPath, dgmlGraphFilename), fileContent, () => {
88
- vscode.window.showInformationMessage(popMessageText);
+ vscode.window.setStatusBarMessage(popMessageText, 10000);
89
});
90
}
91
0 commit comments