Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add shellscript `filenamePatterns` for `.env*` In some cases, projects use `.env` files such as `.env.development` or `.env.production` or similar things. Adding this to extensions/shellscript/package.json as a `filenamePatterns` avoids developers having to add specific `"files.associations"` to their VS Code settings files. Fixes microsoft#173425 * Change pattern from .env* to .env.*
- Loading branch information