vscode-sequence-diagrams
When you open .seqdiag file in Visual Studio Code, preview tab will open automatically.
If you wish to reopen the preview tab, press CTRL+SHIFT+P or F1 to open Command Palette and execute Show Sequence Diagram Preview command.
See js-sequence-diagrams for syntax details.
| property | description |
|---|---|
sequencediagrams.diagram.style |
The diagram style. Select between hand for hand drawn diagram or simple for diagram with simple straight lines. |
sequencediagrams.preview.trigger |
Configure the preview refresh on every change or on file save. Select between onChange and onSave. |
yarn install
yarn vscode:prepublishInstall Visual Studio Code Extensions CLI
npm install -g vsceLogin and publish the extension
vsce publish -p <token>Enjoy!