cadamsdev / vscode-jetbrains-icon-theme

Icon theme for Visual Studio Code using official JetBrains product icons
Other
36 stars 27 forks source link

feat(docker): Support more Dockerfile filename variants #111

Closed elliotwaite closed 7 months ago

elliotwaite commented 7 months ago

This adds Dockerfile support for *.dockerfile, Dockerfile.dev, and Dockerfile.prod. This GitHub comment mentions that these are the top three alternative Dockerfile filename variants based on VS Code's telemetry data.

I wasn't sure where to add the "dockerfile" entry in the "fileExtensions" section, so I just added it to the end. Let me know if I should add it somewhere else. Also, my editor auto-fixed the formatting of the items above the new "dockerfile" entry (removing the extra spaces to the left of the colons), but I can undo those fixes if you would prefer that I don't include those changes in this PR.

cadamsdev commented 7 months ago

Looks good to me. Thanks for contributing.