Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra characters appearing in integrated terminal with completion #82751

Closed
aral opened this issue Oct 17, 2019 · 1 comment
Closed

Extra characters appearing in integrated terminal with completion #82751

aral opened this issue Oct 17, 2019 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@aral
Copy link

aral commented Oct 17, 2019

  • VSCode Version: 1.39.2
  • OS Version: Pop!_OS 19.04 (based on Ubuntu 19.04)
  • zsh version: zsh 5.5.1 (x86_64-ubuntu-linux-gnu). Using oh-my-zsh with agnoster theme and powerline fonts.

Steps to Reproduce:

  1. Open integrated terminal
  2. cd ~/directory/
  3. Press tab twice to bring up the visual completion

I see the cd … replaced with ccd …

Screenshot from 2019-10-17 09-03-05

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

@Tyriar
Copy link
Member

Tyriar commented Oct 17, 2019

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.

/duplicate

@Tyriar Tyriar closed this as completed Oct 17, 2019
@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 17, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants