code: add page (#1557)
This commit is contained in:

committed by
Agniva De Sarker

parent
c98b4dc3ce
commit
1b930944d4
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}}`
|
Reference in New Issue
Block a user