1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 09:57:55 +01:00

code: add page (#1557)

This commit is contained in:
Galdin Raphael 2017-10-24 21:41:53 +05:30 committed by Agniva De Sarker
parent c98b4dc3ce
commit 1b930944d4

15
pages/common/code.md Normal file
View file

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