file-icons / vscode

VSCode file specific icons for improved visual grepping
https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons
MIT License
189 stars 24 forks source link

Add correct icon for babel.config.js files #62

Closed angelica-bocanegra closed 3 years ago

angelica-bocanegra commented 3 years ago

Adds support for files with the name of babel.config.js files and files with the extension as babel.config.js.

babel.config.js were files rendered as: babel shows as js

Alhadis commented 3 years ago

Could you add it to scripts/import-fixes.json instead, please? The icon-themes are generated by an import script.

angelica-bocanegra commented 3 years ago

For cases where I just want a babel.config.js file to have the babel icon, is there elsewhere I should add this for it to work?

ezgif com-gif-maker

Alhadis commented 3 years ago

You'll need to run scripts/import.js to regenerate the theme files; then you should see the changes take effect locally. 😉 Run:

npm install .
node scripts/import.js

I'm sorry the process is so fiddly. Eventually, we'll have a better system in-place that doesn't need manual corrections. 😞