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

Unable to type accented characters in integrated terminal #105051

Closed
mxrsoon opened this issue Aug 20, 2020 · 6 comments
Closed

Unable to type accented characters in integrated terminal #105051

mxrsoon opened this issue Aug 20, 2020 · 6 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@mxrsoon
Copy link

mxrsoon commented Aug 20, 2020

  • VSCode Version: 1.49.0-insider
  • OS Version: Linux 5.4.0-42 (Ubuntu 20.04.1)

Steps to Reproduce:

  1. Set Brazilian Portuguese as your input language.
  2. Open VSCode's integrated terminal.
  3. Try typing any accented characters using accent key + letter key combination (~ + a).
  4. See that they don't show up in the terminal.

Here I tried typing "título início razão metrô" in VSCode's integrated terminal:
image

Here I tried the same in gnome-terminal:
image

Does this issue occur when all extensions are disabled?: Yes, it does.

Additional notes:

  • My input method system is set to XIM. I switched to it to be able to bind the Ctrl+Shift+U key combination to an action.
  • Pasting accented characters works.
@grlgmrs
Copy link

grlgmrs commented Aug 28, 2020

I have the same problem, it started to happen after I switched my keyboard to a USA International

@mxrsoon
Copy link
Author

mxrsoon commented Aug 28, 2020

Maybe related to microsoft/live-share#3818.

@grlgmrs
Copy link

grlgmrs commented Sep 1, 2020

I managed to fix the bug. I uninstalled vscode through Ubuntu software, then changed the name of the .vscode and .config/Code folders. Then I installed it using the .deb of the site itself, and the accents were working again.
I renamed the names of the folders I had changed again, to return to the old settings, and voiala

@mxrsoon
Copy link
Author

mxrsoon commented Sep 1, 2020

Strange, I thought they both were the same version, same package, just distributed through distinct channels.

I will try this workaround later.

@grlgmrs
Copy link

grlgmrs commented Sep 1, 2020

I also found it strange, but tried to install it in other ways to check it out.
By the sudo snap install code, it didn't work. Not for apt-get either. I tried to reinstall using Ubuntu Software itself, and it didn't work either, but when I installed it with .deb, it worked...

@Tyriar
Copy link
Member

Tyriar commented Sep 3, 2020

/duplicate xtermjs/xterm.js#2151

@Tyriar Tyriar closed this as completed Sep 3, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2020
This issue was closed.
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

4 participants
@Tyriar @mxrsoon @grlgmrs and others