ソースを参照

code: add page (#1557)

Galdin Raphael 7 年 前
コミット
1b930944d4
1 ファイル変更15 行追加0 行削除
  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}}`