mikestead / vscode-dotenv

DotENV extension for vscode with 1M+ installs
MIT License
105 stars 13 forks source link

Improve language detection #28

Open LinqLover opened 3 years ago

LinqLover commented 3 years ago

There is a large number of dotenv files out there that do not actually use a dot in their name. Here is a small comparative study:

glob pattern hits on public GitHub repositories
env 2.8k
*.env 29.1k
?*env 12.5k
env_* 0.635k

For more information on the study, see: https://github.com/squeak-smalltalk/squeak-app/pull/22#discussion_r721667361

Additionally, this PR updates the extension category according to a deprecation warning generated by VS Code (9e0e233).