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
Does this issue occur when all extensions are disabled?: Yes
Some extra input:
I noticed that when I try to create e new keybinding, VSCode understands / as ; and understands ; as [Semicolon], just like the screenshot below:
I use the english keyboard layout for coding, but I am brazillian and use Portuguese(Brazil) as my primary input configuration. It makes no sense to me, since I always open VSCode with the english input configured, but in my primary layout the / key position is, indeed, ;, not sure if that is causing the bug.
Below are my installed keyboard layouts:
Tried to change keyboard layouts order to put English first but the bug persists.
The text was updated successfully, but these errors were encountered:
Tried to change keyboard layouts order to put English first but the bug persists.
Actually, after changing the order and restarting VSCode the bug went away. What is causing the bug is that VsCode is reading inputs from the first keyboard layout configured and not the active one! Not sure if that is a VSCode or Electron bug.
1.51.1
e5a624b
x64
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
Some extra input:
I noticed that when I try to create e new keybinding, VSCode understands

/
as;
and understands;
as[Semicolon]
, just like the screenshot below:I use the english keyboard layout for coding, but I am brazillian and use Portuguese(Brazil) as my primary input configuration. It makes no sense to me, since I always open VSCode with the english input configured, but in my primary layout the
/
key position is, indeed,;
, not sure if that is causing the bug.Below are my installed keyboard layouts:

Tried to change keyboard layouts order to put English first but the bug persists.
The text was updated successfully, but these errors were encountered: