You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click confused 😕 on this issue if not having it makes VSCodeVim unusable.
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? Bug
Environment:
VSCode Version: 1.13.1
VsCodeVim Version: 0.8.7
OS: Mac OSX 10.12.5
I went back and tested each version, looks like this issue was introduced in VsCodeVim 0.8.0.
What happened:
VSCodeVim freezes, you cannot use any Vim features anymore. Also, CodeHelper and VSCode start taking 100% CPU and gaining more and more memory (2GB in a few minutes)
What did you expect to happen:
Text is deleted without yanking to the clipboard.
How to reproduce it:
Set up this mapping in settings.json: { "before": ["d"], "after": ["\"", "_", "d"] }
Press ctrlv to go into visual mode in a document with some text.
Select some text (i.e. press h twice)
Press dl in order to delete the text without yanking it.
The text was updated successfully, but these errors were encountered:
Chillee
changed the title
"0dl in Visual Mode Crashes VSCodeVim
otherMode ignores the not-recursive part in visual block mode
Jun 25, 2017
Chillee
changed the title
otherMode ignores the not-recursive part in visual block mode
otherModeNotRecursive mappings ignores the not-recursive part in visual block mode
Jun 25, 2017
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? Bug
Environment:
I went back and tested each version, looks like this issue was introduced in VsCodeVim 0.8.0.
What happened:
VSCodeVim freezes, you cannot use any Vim features anymore. Also, CodeHelper and VSCode start taking 100% CPU and gaining more and more memory (2GB in a few minutes)
What did you expect to happen:
Text is deleted without yanking to the clipboard.
How to reproduce it:
{ "before": ["d"], "after": ["\"", "_", "d"] }
The text was updated successfully, but these errors were encountered: