vscode-markdown icon indicating copy to clipboard operation
vscode-markdown copied to clipboard

command 'markdown.extension.onBackspaceKey' not found

Open JerryZhongJ opened this issue 4 years ago • 6 comments

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.

JerryZhongJ avatar Mar 25 '21 08:03 JerryZhongJ

They are only used for list continuation. You can safely delete them if you don't need that feature.

yzhang-gh avatar Mar 25 '21 11:03 yzhang-gh

what more info is needed? @Lemmingh

JerryZhongJ avatar Mar 26 '21 07:03 JerryZhongJ

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.

Lemmingh avatar Mar 26 '21 09:03 Lemmingh

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"
    }
}

felixvd avatar Nov 29 '21 07:11 felixvd

And I'll link this issue which I found first on Google but seems to be unresolved.

felixvd avatar Nov 29 '21 07:11 felixvd

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.

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

Lemmingh avatar Nov 29 '21 07:11 Lemmingh