Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command 'markdown.showPreview' not found #15184

Closed
frankhale opened this issue Nov 8, 2016 · 4 comments
Closed

Command 'markdown.showPreview' not found #15184

frankhale opened this issue Nov 8, 2016 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority markdown Markdown support issues verified Verification succeeded

Comments

@frankhale
Copy link

  • VSCode Version: Code - Insiders 1.8.0-insider (a3e85d6, 2016-11-08T15:09:13.902Z)
  • OS Version: Windows_NT ia32 10.0.14393
  • Extensions:
Extension Author Version
Theme-QuietLight gerane 0.0.2
debugger-for-chrome msjsdiag 2.1.3
vscode-icons robertohuertasm 4.0.1
markdown-pdf yzane 0.1.4

Steps to Reproduce:

  1. Create a markdown document or open an existing one and click the open preview button

The following error happens now with latest 1.8 preview when attempting to view a preview of a markdown file.

command 'markdown.showPreview' not found

This was working well for me before I got the latest update today.

@mjbvz
Copy link
Contributor

mjbvz commented Nov 8, 2016

The markdown extension does not seem to be getting loaded properly. Changing this line in the extension's package.json to:

    "main": "./out/extensions/markdown/src/extension",

Fixed things in my development environment at least.

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority markdown Markdown support issues labels Nov 9, 2016
@Tyriar Tyriar added this to the October Recovery 2016 milestone Nov 9, 2016
@Tyriar Tyriar self-assigned this Nov 9, 2016
@Tyriar Tyriar closed this as completed in a28dc21 Nov 9, 2016
Tyriar added a commit that referenced this issue Nov 9, 2016
This was causing the output's folder structure to be based on the root of the
vscode project. This bring it in line with the other bundled extensions.

Fixes #15184
@Tyriar
Copy link
Member

Tyriar commented Nov 9, 2016

Fixed by amending the tsconfig.json to put the build artifacts in the correct path. Pushed to master and release/1.7.

@bpasero bpasero added the verified Verification succeeded label Nov 10, 2016
@dotnetCarpenter
Copy link

FYI I'm still getting the error message in vscode

1.11.1
d9484d12b38879b7f4cdd1150efeb2fd2c1fbf39

But it works, albeit with some latency.

@cbuctok
Copy link

cbuctok commented Oct 25, 2017

Bumping,
Version 1.17.2 still has this problem. I'm on Fedora 26.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority markdown Markdown support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

7 participants