1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:35:24 +02:00

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}}`