What to do if the keyboard does not work in VSCODE#

VSCODE shows an error similar to:

command 'restructuredtext.editor.listEditing.onEnterKey' not found

And symptoms such as the enter key will not work

solution 1#

Ctrl + Enter

There are times when it comes to work with a spell called

solution 2#

  • Open keyboard shortcut settings

    • User settings → Keyboard shortcuts

      or

    • Ctl + KCtl + S

  • Search with the keyword restructuredtext.editor.listEditing

  • Removed key settings that didn’t work

Reference URL

vscode-restructuredtext/vscode-restructuredtext#314