Keyboard is US INTL with dead keys
Duplicate of https://github.com/microsoft/vscode/issues/64034 (closed, unresolved)
Steps to Reproduce:
You should get : `e, you get: 猫
This is very annoying while trying to write markdown, but seems to happen in any kind of files.
Another problem: this creates a weird fake spacing on the right, look at the cursor in the following animated gif:

Note that Markdown is still rendered correctly. with markdown preview. File is rendered correctly with VIM

Does this issue occur when all extensions are disabled?: Yes
Well if you know this is a duplicate then please close this issue
The previous issue is closed and can not be reopened. I also add more details here, which might be useful.
Same issue happening with v1.45.0 on macOS 10.14.6
I would really enjoy this bug being fixed, I've been writing a lot of javascript and the backticks are essentials.
This is not a bug in vscode, but rather a case of using a locale with "dead keys".
When using a locale with dead keys you must press back tick+space to get a single back tick, as typing back tick only is considered a modifier key, and depending on what you type next you will either get a back tick + a letter or a letter with diacritic marks.
Here is an excellent description of how dead keys work: https://askubuntu.com/questions/56560/what-exactly-is-meant-by-eliminate-dead-keys.
Edit: The spacing to the right is a bug, and it doesn't happen on the Mac.
Same issue happening with v1.45.0 on macOS 10.14.6
Also confirmed my issue wasn't VSCode related it was due to Inconsolata Nerd Font.
I DO use inconsolata nerd font. I guess that's it for the bug. Thanks !
Most helpful comment
I DO use inconsolata nerd font. I guess that's it for the bug. Thanks !