Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve language detection #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LinqLover
Copy link

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: squeak-smalltalk/squeak-app#22 (comment)

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

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:

- `env`: 2.8k
- `*.env`: | 29.1k
- `?*env`: 12.5k
- `env_*`: 635

For more information on the study, see:
squeak-smalltalk/squeak-app#22 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant