VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.76k stars 1.31k forks source link

fix indentation of current-line (=) stopped working #8399

Open subhakarks opened 1 year ago

subhakarks commented 1 year ago

Previously, I was able to do fix-indentation with == in vscode with vim plugin. This stopped working with latest vscode upgrade.

To Reproduce


**Expected behavior**
Please see above.

- Extension (VsCodeVim) version: v1.25.2
- VSCode version: 

Version: 1.77.3 (Universal) Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:19:37.325Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Darwin arm64 22.4.0 Sandboxed: Yes

- OS: MAC OS

**Additional context**
Enabled keyboard shortcut trouble-shooting below is the output.

2023-04-27 18:18:36.273 [info] [KeybindingService]: / Soft dispatching keyboard event 2023-04-27 18:18:36.305 [info] [KeybindingService]: | Resolving [Equal] 2023-04-27 18:18:36.305 [info] [KeybindingService]: \ No keybinding entries. 2023-04-27 18:18:36.305 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: Equal, keyCode: 187, key: = 2023-04-27 18:18:36.305 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: Equal, keyCode: 81 ('=') 2023-04-27 18:18:36.309 [info] [KeybindingService]: | Resolving [Equal] 2023-04-27 18:18:36.309 [info] [KeybindingService]: \ No keybinding entries. 2023-04-27 18:18:36.419 [info] [KeybindingService]: / Soft dispatching keyboard event 2023-04-27 18:18:36.419 [info] [KeybindingService]: | Resolving [Equal] 2023-04-27 18:18:36.419 [info] [KeybindingService]: \ No keybinding entries. 2023-04-27 18:18:36.419 [info] [KeybindingService]: / Received keydown event - modifiers: [], code: Equal, keyCode: 187, key: = 2023-04-27 18:18:36.420 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: Equal, keyCode: 81 ('=') 2023-04-27 18:18:36.420 [info] [KeybindingService]: | Resolving [Equal] 2023-04-27 18:18:36.420 [info] [KeybindingService]: \ No keybinding entries.

subhakarks commented 1 year ago

I am basically trying to get below functionality working. This seems to be a supported functionality and was working earlier.

Screenshot 2023-05-01 at 8 28 14 AM