Status item click mapped to toggleVim command (#9063)

This commit is contained in:
JoeyShapiro 2024-06-30 20:05:34 -05:00 committed by GitHub
parent a1f5fc0808
commit 82c3989ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ class StatusBarImpl implements vscode.Disposable {
Number.MIN_SAFE_INTEGER, // Furthest right on the left
);
this.statusBarItem.name = 'Vim Command Line';
this.statusBarItem.command = 'toggleVim';
this.statusBarItem.show();
this.recordedStateStatusBarItem = vscode.window.createStatusBarItem(