1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:15:42 +02:00

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