2

If I type the following text in my vscode editor:

http://stackoverflow.com/[Link to Stackoverflow]
omg[

I get this result:

https://stackoverflow.com[/Link to Stackoverflo]w
om[g

I've observed that the back shifting of the cursor happens as soon as I press the AltGr on my german+layout+keyboard.

jschnasse
  • 8,526
  • 6
  • 32
  • 72

2 Answers2

5

I switched the keyboard.dispatch setting to

"keyboard.dispatch": "keyCode"

That fixed it.

jschnasse
  • 8,526
  • 6
  • 32
  • 72
-1

Same issue here - same fix.

Version: 1.73.1
Commit: 6261075646f055b99068d3688932416f2346dd3b
Date: 2022-11-09T03:54:53.913Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Linux x64 5.15.0-53-generic snap
Sandboxed: No
Claus
  • 49
  • 1
  • 3