mirror of https://github.com/CrimsonTome/tldr.git
16 lines
182 B
Markdown
16 lines
182 B
Markdown
|
# 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}}`
|