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:
parent
c98b4dc3ce
commit
1b930944d4
1 changed files with 15 additions and 0 deletions
15
pages/common/code.md
Normal file
15
pages/common/code.md
Normal 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}}`
|
Loading…
Reference in a new issue