mirror of https://github.com/CrimsonTome/tldr.git
code: add page (#1557)
parent
c98b4dc3ce
commit
1b930944d4
|
@ -0,0 +1,15 @@
|
||||||
|
# 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}}`
|
Loading…
Reference in New Issue