VSCode-Vim and C# interfere with each other
See original GitHub issueI’m wondering if this is because of the publisher change. Currently omnisharp-vscode and vscode-vim have a bad interaction where the entire editor locks up after #3645. I am unable to use VSCode with these to crucial extensions installed. Any guidance on how to opt out of this new version of omnisharp-vscode would be appreciated!
Steps to reproduce
Try to “install another version” from cog in extensions pane. Then choose 1.21.12
Expected behavior
Version installs.
Actual behavior
Fails to download
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:21 (6 by maintainers)
Top Results From Across the Web
insert mode bindings interfere with each other · Issue #4353
Describe the bug I have the following line in my .vimrc file: imap qr Until recently this has consistently worked.
Read more >How do you avoid key binding collisions between VS Code ...
There is no easy way out for avoiding conflicts between vscode shortcut and vscodevim bindings. I suggest you to use vim keybindings instead ......
Read more >VSCode -> VIM, but how do I accomplish the other IDE tasks?
I am looking to use C/C++. After that, I'm sure I can figure out everything else on my own. Thank you in advance...
Read more >Elevating Your Workflow With Custom Mappings
Having different mappings for different modes makes sense because each mode is ... The only way to interact with tabs in VSCodeVim is...
Read more >Why I chose vscode-neovim over VSCodeVim | In the Middle
A comparison between the two VSCode Vim extensions. ... Since the two lines are directly next to each other, they are in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had exactly the same issue (both the editor locking up due to vscode-vim and not being able to downgrade).
I managed to downgrade by uninstalling, downlading the old extension from
https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.21.12
and runningcode --install-extension csharp-1.21.12.vsix
Please try the v1.21.15 prerelease and let us know if it resolves your performance issue.