code: add --new-window example (#7717)

feature/windows-fix-syntax-2
Florian Bruhin 2022-01-27 18:12:15 +01:00 committed by GitHub
parent 6e5d37cc24
commit 8a277402e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
`code --reuse-window {{path/to/file_or_directory}}`
- Open a file or directory in a new VS Code window:
`code --new-window {{path/to/file_or_directory}}`
- Compare two files in VS Code:
`code -d {{file1}} {{file2}}`