I am currently learning Visual Studio Code. I come from a WebStorm background. Is there an option or extension to merge 3 ways?
Where in Visual Studio Code can I merge conflicts?
At the moment, I thought I had resolved all the changes but when I run git status
it says there are still unmerged paths?
Where can I see these unmerged paths in VSCode or else when do I know when I merged everything?