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

Before save event #420

Open plainionist opened 4 months ago

plainionist commented 4 months ago

working with VCS which requires checkout of files before editing, it would be great to have an event to be raised before save of a DrawIO document so that another vscode extension could do the checkout automatically. Would this be possible?