Add shellscript filenamePatterns
for .env*
#173425
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
languages-basic
Basic language support issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
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.The text was updated successfully, but these errors were encountered: