[Bug] editor could not be opened if a file have conflict with added by us
See original GitHub issueDoes this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: latest
- OS Version: MACOS 12.4
Steps to Reproduce:
- create a merge conflict and some file is added by us 2.open the file change
CONFLICT (file location):/path/to/file added in HEAD inside a directory that was renamed in dev, suggesting it should perhaps be moved to /path/to/file
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How Do I Resolve Merge Conflicts? - DEV Community
Navigate to the file that Git indicated had a merge conflict and ... When you open a PR on GitHub, it will let...
Read more >How do I deal with conflicts in my Git repo? - Beanstalk Help
A conflict occurs when you ask Git to merge two versions of a file and it can't figure out which version to pick....
Read more >Resolved git merge conflict in VS Code, but still says unresolved
In VSCode when you have conflicts in multiple files, they're shown in the git panel and you can open files one by one...
Read more >How to resolve a git merge conflict - Opensource.com
Then it says fix conflicts and then commit the result, so if you follow directions, edit the file, then commit it, everything should...
Read more >Cannot continue git rebase after conflict resolution: file needs ...
US #65456 When you have resolved this problem, run "git rebase --continue". ... editor.js # # Changes not staged for commit: # (use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I hit this issue, and find that if I click the file name under Merge Changes, I get the above error. But if I click the “Open file” icon on that line, it opens the file as if to let me see the conflicts, but there are no conflicts (there definitely should be!)
There is the usual button bottom/right to open the Merge UX and that opens to show me the current branch on the left and incoming on the right, but the incoming panel is like an empty file.
same here as well, windows 10, VS Code updated