AtomMaterialUI / a-file-icon-idea

Atom Material Icons for JetBrains - Replace File and UI Icons for better visual grepping.
http://www.material-theme.com/docs/configuration/icons-settings/#atom-material-icons-plugin
MIT License
220 stars 27 forks source link

[FEATURE] icon for `npm-shrinkwrap.json` #303

Closed jkowalleck closed 2 years ago

jkowalleck commented 2 years ago

npm knows multiple lock file formats. besides package-lock.json it knows. see https://docs.npmjs.com/cli/v8/configuring-npm/npm-shrinkwrap-json

the icon theme already puts a proper icon for package-lock.json. but npm-shrinkwrap.json is detected as arbitrary json file.

request: npm-shrinkwrap.json has the same icon as the current package-lock.json has

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

mallowigi commented 2 years ago

done

jkowalleck commented 2 years ago

thanks for adding this.

as a matter of documentation, the shrinkwrap was added to atom-file-icons icons via 1.7.16 but it might be broken in the current versions.