Browse Source

fix: consistent .env file associations

Sv443 1 năm trước cách đây
mục cha
commit
913fbe4a64
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -4,6 +4,7 @@
     "**/BetterYTM.user.js": true,
   },
   "files.associations": {
+    "*.env": "dotenv",
     "*.env.template": "dotenv",
   },
 }