Ver Fonte

code: add page (#1557)

Galdin Raphael há 7 anos atrás
pai
commit
1b930944d4
1 ficheiros alterados com 15 adições e 0 exclusões
  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}}`