How does VS Code implement ‘accept both’ when resolving git conflicts?
I need to implement a custom git merge bash, and I want it like VS Code’s ‘accept both’ function. Does VS Code use some utils or AST parse tool?
Which tool does vscode use to implement the function of ‘accept both’ when resolving git conflicts?
I need to implement a custom git merge bash, and I want it like vscode’s ‘accept both’ function. Does vscode use some utils or ast parse tool?