mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:55:34 +02:00
code: add --reuse-window example (#1804)
This commit is contained in:
parent
fbc2483c6b
commit
8508e6a4bb
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
||||||
- Open a file or directory in VS Code:
|
- Open a file or directory in VS Code:
|
||||||
|
|
||||||
`code {{path/to/file_or_folder}}`
|
`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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue