We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb93b74 commit b6e4ccdCopy full SHA for b6e4ccd
src/session.ts
@@ -460,6 +460,7 @@ export class SessionManager implements Middleware {
460
1);
461
462
this.statusBarItem.command = this.ShowSessionMenuCommandName;
463
+ this.statusBarItem.tooltip = "Show PowerShell Session Menu";
464
this.statusBarItem.show();
465
vscode.window.onDidChangeActiveTextEditor(textEditor => {
466
if (textEditor === undefined
0 commit comments