code: add page (#1557)

coverage
Galdin Raphael 2017-10-24 21:41:53 +05:30 committed by Agniva De Sarker
parent c98b4dc3ce
commit 1b930944d4
1 changed files with 15 additions and 0 deletions

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