Merge conflicts with visual studio code
2023-10-25 20:56:34 Author: blogs.sap.com(查看原文) 阅读量:5 收藏

Months ago visual studio code added a 3-way merge editor

It worked from day one with abapGit, where you usually do merges using files in your laptop. It’s by far the most convenient way to merge ABAP code

For projects stuck in transports, I just added support to my extension

It’s based on code lenses:

The bottom part is the result of the merge, upon save will be written in the ABAP system you started with

NOTE: it might contain merge annotations or other stuff that prevents saving until all merge issues are resolved


文章来源: https://blogs.sap.com/2023/10/25/merge-conflicts-with-visual-studio-code/
如有侵权请联系:admin#unsafe.sh