-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git status change issue when scrolling on the screen #326
Labels
enhancement
New feature or request
Comments
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. |
dineug
added a commit
that referenced
this issue
Apr 13, 2024
dineug
added a commit
that referenced
this issue
Apr 13, 2024
dineug
added a commit
that referenced
this issue
Apr 13, 2024
I added options to vscode extension v1.0.20. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the
*.vuerd.json
file, there arescrollTop: 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.The text was updated successfully, but these errors were encountered: