mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
298 B
298 B
code
Visual Studio Code.
- Open VS Code:
code
- Open the current directory in VS Code:
code .
- 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}}