Mermaid-Chart / vscode-mermaid-preview

Previews Mermaid diagrams
MIT License
142 stars 15 forks source link

Not open preview #4

Closed aymone closed 8 years ago

aymone commented 8 years ago

No handler found for the command: 'extension.previewMermaidDiagram'. An extension might be missing an activation event.

Any dependency to show previews?

vstirbu commented 8 years ago

I have noticed this behaviour and in my case I have fixed this particular error by uninstalling and installing the extension. Which version you have now installed?

aymone commented 8 years ago

v0.3.3 I have install / uninstall / installed again... I running vscode on ubuntu 16.04

vstirbu commented 8 years ago

is there any node_modules directory under .vscode/extensions/vstirbu.vscode-mermaid-preview-0.3.3 in your home directory?

the only dependencies are lodash and mermaid and both are pure javascript, so no native compilation is required.

aymone commented 8 years ago

Yeap, i have mermaid and lodash globally and have this directory inside my $home. vstirbu.vscode-mermaid-preview-0.3.3/ css/ fixtures/ images/ node_modules/ find-diagram.js HISTORY.md LICENSE.md package.json .vsixmanifest extension.js README.md

vstirbu commented 8 years ago

Is this still an issue?