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

command 'extension.updateMarkdownToc' not found

Open robertoschwald opened this issue 6 years ago • 5 comments

Get this error if I try to update the TOC. Tested on 2 VSC 1.19.2 installations on OSX 10.13.2.

messageService.ts:126 command 'extension.updateMarkdownToc' not found
e.doShow @ messageService.ts:126
e.show @ messageService.ts:105
e.resume @ messageService.ts:64
(anonymous) @ workbench.ts:1024
e.fire @ event.ts:142
(anonymous) @ quickOpenController.ts:535

robertoschwald avatar Jan 17 '18 07:01 robertoschwald

I have the same problem on vscode 1.19.3, OSX 10.13.3.

kingflight avatar Feb 05 '18 10:02 kingflight

@robertoschwald @kingflight Hi, is the problem solved

alanwalk avatar Apr 09 '18 09:04 alanwalk

Hi, I meet the same question with ubuntu 16.04.10. also I try Markdown All In One externsion, a "command not found" question is got too. It is said that something about markdown inside vscode response for it. just renaming the suffix to .md make it works

zhanghlHUST avatar Oct 14 '18 11:10 zhanghlHUST

Hi. I got the same error.

  • VS Code 1.42.1
  • Ubuntu 16.04

The error message is : command 'extension.updateMarkdownToc' not found

This message is displayed when I want to insert a TOC to my document ( README.md ). The TOC is not inserted.

suikan4github avatar Mar 05 '20 23:03 suikan4github

I get the same issue, when my selected language support for the current file is set to: Markdown React (mdx) but has a .md file extension.

tujoworker avatar Jan 27 '21 11:01 tujoworker