adamiBs
adamiBs
Hi Can you successfully execute `terraform graph` in the working directory of your project?
After looking into this I can conclude that this is a bug, a dependency of the one of the extension's dependencies is an installation of `graphviz`. I'll work on fixing...
Hi @blckpythn, I'll look into this. It's quite hard to debug according to the error message. I've created and issue that includes improving error logging for the command execution: #6....
Hi thanks for filing an issue. Have you initialized the project with `terraform init` successfully?
> Also having this issue. TF 1.4, GraphViz 7.1. terraform graph runs fine.  Could you please provide the OS information of where your vscode is running?
Hi @crc8109 & @TinLe, Could you please post the Extension Host log? It's reachable through the Command Palette (`CMD+Shift+P` / `Ctrl+Shift+P`): Select "Developer: Show Logs..." and then "Extension Host". This...
Exactly 😁. I think that a fix I’ve implemented in the newest version for this issue #2. Should resolve this. Please check by using the latest version.
I’ll look into it, thanks for the quick response.
I've done the following in `v0.0.5`: 1. Improved error logging to hopefully find the root cause of the issue (if it still exists), and future issues. 2. I've changes the...
> Not much different, except less error info. >  Ok, it seems unrelated specifically to execution of `dot` commands. Maybe your initial assumption is correct - maybe the extension...