Open aisbergde opened 1 year ago
@aisbergde Thanks for your feedback!
Currently, it is even dangerous to use the extension, because it could overwrite my remote content, when I don't want this to happen.
What I should point out first is that we do not overwrite any files directly, both local and remote. We only do checks, all merge operations are performed with user confirmation, and we give the diff code view.
Synchronous experience has always been a concern for us. But the situation here is a little complicated. On the one hand we don't want users to fall so far behind that they can't merge. On the other hand, we don't want to directly help users make coverage decisions.
We've now released a new version of extension that supports the file system, which may making synchronization more intuitive. Hope you'll like it.
My scenario:
=> there should be some options, when merging. I should be able to select, if I want to use the remote content or the local content. I also should be able to undo local changes. In general, I want to work, as I work with git.
Currently, it is even dangerous to use the extension, because it could overwrite my remote content, when I don't want this to happen.
We are developers - give us control over the merge process, instead of doing automated (and sometimes wrong) decisions.