adamiBs / vscode-terraform-live-graph

The Terraform Live Graph Extension for Visual Studio Code is a plugin that allows you to generate a live Terraform graph as you code.
https://marketplace.visualstudio.com/items?itemName=adamiBs.terraform-live-graph
MIT License
237 stars 4 forks source link

[FEATURE]: Remove external dependency on graphviz #25

Open adamiBs opened 1 year ago

adamiBs commented 1 year ago

Describe the solution you'd like

Additional context Add any other context or screenshots about the feature request here.

Implementation proposal

bdorplatt commented 1 year ago

Unfortunately, the dependency on graphviz makes this unusable with GitHub Codespaces. Our team has moved 100% away from VS Code to Codespaces and really hoped this would work there too. Trying to install Graphviz resulted in a ton of dependency errors that we couldn't seem to get around.