skip to Main Content

Thank you to everyone who help yesterday but the problem has resurfaced but on the character ].

Not the same, I just can’t get the character to appear and given I use python and VSCode this is a bugbear.

Is there a way of simply replacing the keybindings in VSCode to default. It doesn’t [affect] any other application as far as I can tell.

I’m on Mac.

2

Answers


  1. Chosen as BEST ANSWER
    • Open Finder. Press Cmd + Shift + G to open the "Go to Folder" dialog. Type ~/Library/Application Support/Code/User/ and press Enter.

    It seems to work for me.


  2. This link seems to be very useful for your question as it shows how to reset key bindings: https://ourtechroom.com/tech/reset-keyboard-bindings-visual-studio-code/

    Or even:

    Run Developer: Toggle Keyboard Shortcuts Troubleshooting maybe will make the error disappear.

    Although I have heard this error is pretty common on heavy use days and is a result of some extension you might have. Would say to disable extensions by running vsCode with code –disable-extensions from the terminal.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search