VS Code keyboard shortcut not working

Installed VSCode and same as usual I'm used to use the shortcut Ctrl+Shift+P to open the command palette. However, it does not seem to work. Checking the keyboard shortcuts the default is actually that key:enter image description here

1 Answer

I had the same issue and was able to resolve it by right clicking on the Shortcut -> 'Change When Expression' -> updating it to editorTextFocus

This is what my working Shortcut looks like

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like