Browse Source

add vscode extension recommend

Shao Yu Lung 4 years ago
parent
commit
611fa6219c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .vscode/extensions.json

+ 6 - 0
.vscode/extensions.json

@@ -0,0 +1,6 @@
+{
+    "recommendations": [
+        "editorconfig.editorconfig",
+        "mikestead.dotenv"
+    ]
+}