Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
578 stars 60 forks source link

Preview not showing graphs #71

Closed dtopia-me closed 3 years ago

dtopia-me commented 3 years ago

I can get the diagraph G with meaningful contents in it, however, the Preview tab does not have the desired graph showing up. Actually it is not showing up anything. I have reopenit the editor after installation. Wondering why this is case. Thanks.

dtopia-me commented 3 years ago

image image

dtopia-me commented 3 years ago

As you can see, nothing is shown on Preview tab, and digraph G tab seems fine.

dtopia-me commented 3 years ago

One possible reason is I don't have Java installed on my machine. Is java required?

tintinweb commented 3 years ago

hey @flipNFTs,

would be great if you could check if you're seeing any errors in the developer tools console: cmd -> toggle developer tools -> console

this + your OS would help debugging the issue.

maximgx commented 3 years ago

One possible reason is I don't have Java installed on my machine. Is java required?

did you fix this?