Latest versions not working, v.1.16.0 last working version
See original GitHub issueDescribe the bug The emulator simply does not work in VSCode. I decided to roll back in versions and test each one, v1.16.0 and prior versions work, but updating to any thing after v1.16.0 does not work.
Expected behavior The emulator should work.
Screenshots If applicable, add screenshots to help explain your problem. If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.
Environment (please complete the following information):
The extension does not show up under “Developers: Show Running Extensions”
-
Extension (VsCodeVim) version: Any versions after v.1.16.0
-
VSCode version:
Version: 1.67.1 (Universal)
Commit: da15b6fd3ef856477bf6f4fb29ba1b7af717770d
Date: 2022-05-06T12:37:16.526Z
Electron: 17.4.1
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Darwin arm64 21.4.0
- OS: MacOS Monterey
I’m assuming there’s a little VSCode setting that I’m missing? Not sure where to look, would love a direction to start investigating. Thanks!
Issue Analytics
- State:
- Created a year ago
- Comments:8
I don’t remember exactly what the setting was set to… in my
settings.json
, I still havevim.vimrc.enable: true
andvim.vimrc.path: "$HOME/.vimrc"
. What I removed had something to do withVisualModeKeyBindings
, and that’s the only setting line I removed.Sorry don’t remember exactly the line…
Hi @axiezai out of interest do you recall what the line was that you removed?