Bläddra i källkod

code: add page (#1557)

Galdin Raphael 7 år sedan
förälder
incheckning
1b930944d4
1 ändrade filer med 15 tillägg och 0 borttagningar
  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}}`