Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the shortcut for 'change language mode' in Visual Studio Code?

When I press cmd + K M to access the "Change Language Mode" option in Visual Studio Code, it opens keymap extensions marketplace section. Is it a shortcut conflict or am I doing it wrong?

  • Visual Studio Code Version: 1.20.1
  • OS: MacOS High Sierra 10.13.3
like image 215
san78 Avatar asked Mar 01 '18 22:03

san78


1 Answers

You can see a space between ⌘K and M here:

⌘K M

So, press and K at the same time, release and then only press M.

For VS Code on Windows it should be:

press CTRLandK together, release and then M

like image 169
Vega Avatar answered Oct 10 '22 05:10

Vega