Skip to content

Commit f46e2fb

Browse files
authored
run command on status bar click (#327)
1 parent 6d00ea8 commit f46e2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/vscode/src/gui/extensionStatusBarProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class ExtensionStatusBarProvider implements Disposable {
2626

2727
constructor() {
2828
this.statusBarItem = window.createStatusBarItem(StatusBarAlignment.Right, Number.MIN_VALUE);
29+
this.statusBarItem.command = "groovyscript.reconnect";
2930
}
3031

3132
public startUp(): void {

0 commit comments

Comments
 (0)