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
zsh version: zsh 5.5.1 (x86_64-ubuntu-linux-gnu). Using oh-my-zsh with agnoster theme and powerline fonts.
Steps to Reproduce:
Open integrated terminal
cd ~/directory/
Press tab twice to bring up the visual completion
I see the cd … replaced with ccd …
I’ve also had random characters added at other times in the integrated terminal but this is one I can always reproduce. This was not an issue until a couple of updates ago (quite possibly since the last one but I’m not sure.)
Note that the inserted character is purely cosmetic. It is not actually editable and does not form part of the command if you submit it.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
It looks like the monkey emoji is making the width of the line off (due to xtermjs/xterm.js#1709) and that's causing zsh when it reprints the line to start printing at the wrong spot.
Steps to Reproduce:
cd ~/directory/
I see the
cd …
replaced withccd …
I’ve also had random characters added at other times in the integrated terminal but this is one I can always reproduce. This was not an issue until a couple of updates ago (quite possibly since the last one but I’m not sure.)
Note that the inserted character is purely cosmetic. It is not actually editable and does not form part of the command if you submit it.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: