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

Changes lost on file rename #329

Open artgromov opened 1 year ago

artgromov commented 1 year ago

How to reproduce:

  1. Create some drawio.png file
  2. Make some changes to created file, notice dot icon on file tab (file not saved).
  3. Right click on file in explorer panel (file not autosaved on focus change), select "Rename", type new name, press Enter.
  4. File rerenders itself without latest changes =(.

Expected behavior: Same as for txt files: on right click on file in explorer panel should autosave file.