code: add compare two files example (#2631)

* code: add compare two files example
This commit is contained in:
Larry Lu
2018-12-03 23:18:25 +08:00
committed by Muhammad Falak R Wani
parent 9ebd2486ef
commit 5cf150a17d

View File

@@ -17,3 +17,7 @@
- Open a file or directory in the currently open VS Code window:
`code --reuse-window {{path/to/file_or_folder}}`
- Compare two files in VS Code:
`code -d {{file1}} {{file2}}`