I have problem in vscode ERD diagram preview. (As seen above print-screen my VSCode)
Have tried: https://marketplace.visualstudio.com/items?itemName=kaishuu0123.vscode-erd-preview#configuration
What is the meaning:
Make sure the extension can find the "erd" and "dot" program.
Where is "erd" and "dot" program path? How can set:
You can set erd-preview.erdPath and erd-preview.dotPath option.
I have tried this in settings.json:
"erd-preview.erdPath": "C:/Program Files/Graphviz/bin",
"erd-preview.dotPath": "C:/Program Files/Graphviz/bin"
Of course after installing https://www.graphviz.org/ from windows setup
Lastly, What is erd-preview.erdPath and erd-preview.dotPath values?
