We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5469fd commit 68960a6Copy full SHA for 68960a6
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