AleksandarDev / vscode-sequence-diagrams

Generates UML sequence diagrams from simple text
https://marketplace.visualstudio.com/items?itemName=AleksandarDev.vscode-sequence-diagrams
47 stars 17 forks source link

Blank preview - Not working on OSX? #2

Closed tauren closed 6 years ago

tauren commented 7 years ago

I've installed this plugin, created a sample.seqdiag file, and added a simple sequence from the project samples to it:

Andrew->China: Says Hello

When I preview it (Command+Shift+P -> Show Sequence Diagram Preview), the preview panel opens with a message something like "Not a sequence diagram", but the message immediately goes away and leaves a blank preview panel.

I'm using vscode 1.16.0 on OSX, with version 0.2.0 of the plugin. No matter what I try, the preview panel is always blank. Has it been tested on OSX?

AleksandarDev commented 7 years ago

@tauren The extension was only tested on Windows 10 machines. I will try to reproduce this issue today on Mac. Thanks for reporting.

AleksandarDev commented 7 years ago

@tauren This should be fixed with new version 0.2.1. Can you please confirm the issue is resolved?

tauren commented 7 years ago

Works on OSX now, thanks!

merikan commented 6 years ago

Is this really working on MacOS? My preview is blank (empty). Installed version 0.2.1 on MacOS 10.12.6

AleksandarDev commented 6 years ago

Hi @merikan,

If you are presented with blank preview somehing is wrong indeed. You should atleast have Not a sequence diagram document. Sequence diagram document needs to have .seqdiag extension. message in preview window.

I don't have Mac to test the extension on so it would be great if you could provide me with more details about the problem.

Can you:

And report back with the data.

merikan commented 6 years ago

@AleksandarDev I'm sorry but I used the wrong syntax. I usually use https://www.websequencediagrams.com/ and thought it was the same syntax. After I changed the syntax, the chart appears in preview tab.

Awesome plugin. Thx

AleksandarDev commented 6 years ago

I see you'we opened new issue #7 , was about to suggest you do that, great.

Thanks for the nice words.