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:
parent
9ebd2486ef
commit
5cf150a17d
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue