Summary
Demonstration of bug
When a user performs git actions like switching to a new branch or previous commit that changes an open drawing in VSCode, any currently open drawing needs to be closed and reopened to reflect changes.
Steps to reproduce
mkdir test
code test
touch test.excalidraw in vscode terminal
- draw anything in excalidraw file
- keep the excalidraw file open
git add .
git commit -m 'change'
- Make another change to the drawing and commit
git checkout HEAD~1
At this point your old version of the drawing will not appear when you change to the previous commit.
I would like to work on this issue if possible or necessary.
Summary
Demonstration of bug
When a user performs git actions like switching to a new branch or previous commit that changes an open drawing in VSCode, any currently open drawing needs to be closed and reopened to reflect changes.
Steps to reproduce
mkdir testcode testtouch test.excalidrawin vscode terminalgit add .git commit -m 'change'git checkout HEAD~1At this point your old version of the drawing will not appear when you change to the previous commit.
I would like to work on this issue if possible or necessary.