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
As an initial phase, reliance on graphviz was sufficient. The increased usage of the extension makes the improvement a relevant upgrade in usage experience.
Implementation of dot language parsing within the extension instead of reliance on an installation of graphviz on the workstation.
Additional context
Add any other context or screenshots about the feature request here.
Implementation proposal
Research existing libraries that might parse dot language in pure javascript.
Compilation of graphviz to WASM (from C++) seems like a possible course of action from here.
Dependance on an external web service instead of a local installation of graphviz
The text was updated successfully, but these errors were encountered:
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.
Describe the solution you'd like
graphviz
was sufficient. The increased usage of the extension makes the improvement a relevant upgrade in usage experience.dot
language parsing within the extension instead of reliance on an installation ofgraphviz
on the workstation.Additional context
Add any other context or screenshots about the feature request here.
Implementation proposal
dot
language in pure javascript.graphviz
The text was updated successfully, but these errors were encountered: