From 82c3989ac5af0495f46b1590fef10f9ddfa4a8e1 Mon Sep 17 00:00:00 2001 From: JoeyShapiro <57827758+JoeyShapiro@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:05:34 -0500 Subject: [PATCH] Status item click mapped to `toggleVim` command (#9063) --- src/statusBar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/statusBar.ts b/src/statusBar.ts index 473590183..65253f275 100644 --- a/src/statusBar.ts +++ b/src/statusBar.ts @@ -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(