chialiyun / DiagramsPreviewerVSCExt

Visual Studio Code Extension to preview Diagrams (Diagram as a Code)
MIT License
6 stars 0 forks source link

Support using VS Code python extension interpreter #6

Closed chialiyun closed 1 year ago

chialiyun commented 1 year ago

Some users may be using virtual environment instead of the default local python set up and they will not be able to use this extension as we leverage solely on the local set up.

Add support to use interpreter that is set to VS Code python extension as reported in the issue - this will allow users to use virtual environment set up.