Reputation: 193
I pulled request from branch feat/02-authentication-azure-ad into develop and had 1 merge conflict in package-lock.json file. What is the reason for this conflict and how to resolve it? Help me please!!!
Upvotes: 1
Views: 1140
Reputation: 2216
You could install this Extension: https://marketplace.visualstudio.com/items?itemName=ms-devlabs.conflicts-tab&targetId=ca4e4e67-3099-4c62-9ea9-bef80e0cc70a&utm_source=vstsproduct&utm_medium=ExtHubManageList
This will allow you to review and modify the merge conflicts on the PR page.
Upvotes: 2