chialiyun / DiagramsPreviewerVSCExt

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

New Settings: python command #2

Closed chialiyun closed 2 years ago

chialiyun commented 2 years ago

In Mac, while python3 is the default command line to run python scripts in version 3, but some users may have set python3 as their default version. This resulted in them running the scripts using python instead of python3 on their machine.

To support this scenario, we will be introducing a new setting for users to set the python command to use.