Skip to content

Improve language detection#28

Open
LinqLover wants to merge 2 commits intomikestead:masterfrom
LinqLover:improve-lang-detect
Open

Improve language detection#28
LinqLover wants to merge 2 commits intomikestead:masterfrom
LinqLover:improve-lang-detect

Conversation

@LinqLover
Copy link
Copy Markdown

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