excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
457 stars 55 forks source link

[bug] writing state to extension sync file causes Settings Sync failing #130

Open wzhudev opened 6 months ago

wzhudev commented 6 months ago

Recently, I've been experiencing issues with the Settings Sync feature of Visual Studio Code on my laptops. According to the log, the sync failure is caused by the extension.json file being too large. While investigating the issue, I came across this:

It appears that the excalidraw-vscode extension has stored its state in the file at some point. As a temporary solution, I had to uninstall this extension, unfortunately. I hope this issue will be resolved soon. Thank you!

pomdtr commented 6 months ago

Thanks a lot for your report. We sync the library file between device, but I'll remove it asap.