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.
BUG REPORT
Environment:
VSCode Version: 1.18.1
VsCodeVim Version: 0.10.5
Auto Rename Tags Version: 0.0.15
OS: Arch Linux (also occurs on Debian)
What happened:
I've noticed VSCode freezing up intermittently, usually after I enter a < or > within a LaTeX document. It is not completely unresponsive, but it will start to take 10-20 seconds per keystroke and requires that I close it and reopen it in order to get it working again. I finally was able to isolate and reliably reproduce the issue, and cleared out all my extensions and settings to verify the unusual behavior (described below).
What did you expect to happen:
How to reproduce it:
From a clean install of VSCode (I just moved the ~/.vscode and ~/.config/Code folders) install vscode-auto-rename-tag and VSCodeVim and reload VSCode
Put the following into a file called "test.tex": Each $B_i$ can be specified by $n$ bits, so we have that the input size is $O(mn)$, and since
Save the file, and now move the cursor to the beginning of the line and try to insert $k < n$ (Keystrokes: Esc I $k < n$)
Result:
The cursor freezes after the < character, and VSCode is unresponsive. Closing it down leaves a process hanging around in the background, which has to be killed manually. (killall code)
Strangely enough, this does not occur when only one of the two extensions above are installed, but I can't imagine what the connection is.
mboratko
changed the title
Strange issue on particular strings when using auto-rename-tags extension
VSCode becomes unresponsive while using auto-rename-tags extension and typing < or >
Dec 11, 2017
having this same issue, however it occurs when editing html attributes on the same line as the tag and the entire line is past ~80 columns. Editing an attributes on the same line as the tag where the entire line is < ~80 cols works fine. I'm not sure if this is a vim issue or the auto-rename-tags issue
Same thing happens to me when coding in JSX and using self-closing tags. Whenever I want to type /> it gets very confused and the process cpu usage go up to 99% in a few seconds.
The VSCodeVim team prioritizes issues based on reaction count.
BUG REPORT
Environment:
What happened:
I've noticed VSCode freezing up intermittently, usually after I enter a < or > within a LaTeX document. It is not completely unresponsive, but it will start to take 10-20 seconds per keystroke and requires that I close it and reopen it in order to get it working again. I finally was able to isolate and reliably reproduce the issue, and cleared out all my extensions and settings to verify the unusual behavior (described below).
What did you expect to happen:
How to reproduce it:
~/.vscode
and~/.config/Code
folders) install vscode-auto-rename-tag and VSCodeVim and reload VSCodeEach $B_i$ can be specified by $n$ bits, so we have that the input size is $O(mn)$, and since
$k < n$
(Keystrokes:Esc I $k < n$
)Result:
The cursor freezes after the
<
character, and VSCode is unresponsive. Closing it down leaves a process hanging around in the background, which has to be killed manually. (killall code
)Strangely enough, this does not occur when only one of the two extensions above are installed, but I can't imagine what the connection is.
For reference, bug report on auto-rename-tag: formulahendry/vscode-auto-rename-tag#40
The text was updated successfully, but these errors were encountered: