Steps to Reproduce:
Experienced the same (same config as OP except Win 7). You can see the cursor move left when clicking just AltGr.
The problem stopped when I -- as the release notes for 1.11.1 suggests -- switched to "keyboard.dispatch": "keyCode".
I had the same issue. Adding "keyboard.dispatch":"keyCode" fixed it. Thanks @brotulix
After updating to 1.15.1 I had this problem. I didn't have it with prior versions since 1.12 I think. Setting the parameter as suggested by @brotulix fixed the problem.
I had the same issue with version 1.16.1. The solution proposed works as expected!
This solved this issue for me, Thanks :-)
Adding "keyboard.dispatch":"keyCode" fixed the issue but creates an other one.
I can't use the ctrl+/ to comment a line of code anymore.
I had the same problem for a week, struggling with setkbdmap and others. Thanks for the info.
As for the ctrl + / shortcut, i had to remap it to ctrl + shift + / (azerty kbd) even if it worked before when mapped to ctrl + /
I had the same problem and changing it to keyCode fixed it for me.
This also fixed the "/" key of the numpad acting like "page up" for me
same problem and solution here. I believe this only started after upgrading to 1.30.2. Prior version 1.28 or so.
This was driving me crazy, I thought it was the auto-completion of the braces, until I finally realized the cursor was moving as soon as I pressed AltGr. Thanks a bunch!
Thanks! Really useful.
"keyboard.dispatch":"keyCode" fixed both "/" on NumPad and "Alt Gr" issues. (v 1.45.0)
Had the same issue with vscode and Remote Desktop from Windows 10 to an Ubuntu Desktop VM running vscode.
Thanks to this setting the really annoying cursor jumps to the left when entering brackets are gone now.
You are awesome guys! :)
Most helpful comment
Experienced the same (same config as OP except Win 7). You can see the cursor move left when clicking just AltGr.
The problem stopped when I -- as the release notes for 1.11.1 suggests -- switched to
"keyboard.dispatch": "keyCode".