code: add --reuse-window example (#1804)

This commit is contained in:
Niklas Heer
2017-12-18 11:26:49 +01:00
committed by Starbeamrainbowlabs
parent fbc2483c6b
commit 8508e6a4bb

View File

@@ -13,3 +13,7 @@
- Open a file or directory in VS Code:
`code {{path/to/file_or_folder}}`
- Open a file or directory in the currently open VS Code window:
`code --reuse-window {{path/to/file_or_folder}}`