show changes in vs code code example
Example 1: how to compare the changes between two files in vs code
// Comparing two files in vs code
Open the two files
Right click on one file & select "Select for Compare"
And on the other file, select "Compare with Selected"
Example 2: vs code Modified
'M' represents a file that has been modified.