Browse Source

fix: consistent .env file associations

Sv443 1 year ago
parent
commit
9d3831a1e3
1 changed files with 1 additions and 0 deletions
  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",
   },
 }