Visual Studio Code – What can I do, when the compare tool compares the wrong lines?
I had the following code. (I added line numbers for clarification) (1) if (foo1) (2) { (3) some code 1 (4) } I changed the if condition to if (foo1 || bar1). I also added similar code above, what results…