I just started using Visual Studio Code and think it\'s really great. Also installed the vim extension, but I\'m struggling with mapping esc to a another key.
If you running on Linux and have used setxkbmap to remap Esc to Caps-Lock and have problems, I suggest the following workaround Fix for Esc remapping.
setxkbmap
Esc
Caps-Lock
The solution is to add the following to your User Settings
"keyboard.dispatch": "keyCode"
You should save and restart after that