hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.02k stars 406 forks source link

Create new drawio file from terminal #385

Open rajguru7 opened 1 year ago

rajguru7 commented 1 year ago

Hi, I am not able to create a *.drawio.svg, *.drawio.png, *.drawio file using the below command in terminal:

code <file-you-want-to-create>.drawio

Please let me know if it is possible.

A workaround for this is to open code in the same directory using code . and then creating a new file inside vscode with the .drawio extension.