alanwalk / markdown-toc

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
MIT License
141 stars 111 forks source link

command 'extension.updateMarkdownToc' not found #42

Open robertoschwald opened 6 years ago

robertoschwald commented 6 years ago

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
kingflight commented 6 years ago

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

alanwalk commented 6 years ago

@robertoschwald @kingflight Hi, is the problem solved

zhanghlHUST commented 5 years ago

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

suikan4github commented 4 years ago

Hi. I got the same error.

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.

tujoworker commented 3 years ago

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.