You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
I simple installed the Flowmaker from VS Code extensions marketplace.
Status was installed
Launched a JS file
Press F1 & typed Flowmaker
Got 2 options Flowmaker.preview & Flowmaker.save
Clicked Flowmaker.Preview
Error -->extension.onEditor not found
Clicked Flowmaker.Save
Error -->extension.Saver not found
The text was updated successfully, but these errors were encountered:
@aryaminus This is a known issue with the deprecated previewHtml which has been replaced by the WebView API. Here's some snippets from an extension I've updated lately that uses the WebView API to display the JS flowchart: Create WebView / Update WebView Content. I hope this helps you to update the Extension.
I simple installed the Flowmaker from VS Code extensions marketplace.
Status was installed
Launched a JS file
Press F1 & typed Flowmaker
Got 2 options Flowmaker.preview & Flowmaker.save
Clicked Flowmaker.Preview
Error -->extension.onEditor not found
Clicked Flowmaker.Save
Error -->extension.Saver not found
The text was updated successfully, but these errors were encountered: