erd-editor
erd-editor copied to clipboard
Git status change issue when scrolling on the screen
In the *.vuerd.json
file, there are scrollTop: 1, scrollLeft: 1, zoomLevel: 1
item.
These values change when scrolling or zooming on the screen, so it's a good idea to separate them with a separate file.
ERD is managed by Git to share with co -developers.
Because of the scroll+zoom value of the *.vuerd.json
file, the value changes just by scrolling the screen, and the git is recognized as a change state.
If you separate other values other than ERD settings into separate files, you can do .gitignore
processing, so it is possible to manage the git change more effectively.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
I'm with the same issue, it is hard to collaborate when the file keeps changing every time. I mean, instead of separate files it could be an option to deactivate this behavior.
I added options to vscode extension v1.0.20. @theRightHooprod @blaxk