Browse Source

code: add page (#1557)

Galdin Raphael 7 years ago
parent
commit
1b930944d4
1 changed files with 15 additions and 0 deletions
  1. 15 0
      pages/common/code.md

+ 15 - 0
pages/common/code.md

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