Skip to content

Commit 88e8e90

Browse files
committed
Fix #1009: Add tooltip to PS version status bar item
1 parent 68bc64b commit 88e8e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/session.ts

+1
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ export class SessionManager implements Middleware {
460460
1);
461461

462462
this.statusBarItem.command = this.ShowSessionMenuCommandName;
463+
this.statusBarItem.tooltip = "Show PowerShell Session Menu";
463464
this.statusBarItem.show();
464465
vscode.window.onDidChangeActiveTextEditor(textEditor => {
465466
if (textEditor === undefined

0 commit comments

Comments
 (0)