vscode-markdown
vscode-markdown copied to clipboard
command 'markdown.extension.onBackspaceKey' not found
I tried the instructions in README. I uninstall the extension, restarted, and installed again, but it didn't work. My VSCode's version is 1.54.3. I am working in WSL2.
What is these two functions used for? Can I just delete these two entries from Keyboard Shortcuts.
They are only used for list continuation. You can safely delete them if you don't need that feature.
what more info is needed? @Lemmingh
Indeed we have observed for months that a lot of people look at issues related to "command not found", according to GitHub Traffic Insights. So I was wondering if you could provide more information to help us diagnose, but haven't come up with a nice way to ask for it.
I have the same problem (with all kinds of input keys) on Debian with VSCode at:
Version: 1.61.2 Commit: 6cba118ac49a1b88332f312a8f67186f7f3c1643 Date: 2021-10-19T14:58:13.605Z Electron: 13.5.1 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64 4.19.0-0.bpo.8-amd64
I don't know what other info could be needed. Here's my quite minimal settings file:
{
"diffEditor.wordWrap": "on",
"editor.wordWrap": "on",
"diffEditor.ignoreTrimWhitespace": false,
"git.detectSubmodules": false,
"gitlens.advanced.repositorySearchDepth": 0,
"git.autofetch": true,
"autoDocstring.docstringFormat": "sphinx",
"prettier.prettierPath": "/usr/lib/node_modules/prettier/bin-prettier.js",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
And I'll link this issue which I found first on Google but seems to be unresolved.
Probably still related to activation.
https://github.com/yzhang-gh/vscode-markdown#q-error-command-markdownextensiononxxxkey-not-found
VS Code now has two diagnostic functions.
-
Keyboard Shortcuts Troubleshooting: https://code.visualstudio.com/docs/getstarted/keybindings#_troubleshooting-keybindings
-
Runtime Status: https://code.visualstudio.com/updates/v1_59#_extensions
What do they say after you press Enter in a Markdown document?
Besides, anything suspicious in the Console? https://markdown-all-in-one.github.io/docs/contributing/diagnostic-data.html#console-log