JS Icon is the React Icon?
See original GitHub issue- I’m sure this issue is not a duplicate
JS Icon is the React Icon?
Firstly, ❤️ the extension! Really like your work! 😄
Context
I got a prompt today that VSCode icons had updated, so I reloaded VSCode. However, it looks like the icon for .js
files is now the React icon by default? (See screenshot below)
These files are pure JS files.
Wondering if this is expected behaviour or if the icons are wonky for .js
files? 🤔
FYI - I’ve also tried the Toggle official JS Preset
command.
🙂
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
React Icons
Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that...
Read more >react-icons
Include popular icons in your React projects easily with react-icons , which utilizes ES6 imports that allows you to include only the icons...
Read more >How to use react-icons to install Font Awesome in a ...
In App. · Go back to the React icons page and choose any icon from the Font Awesome icons · Click on the...
Read more >React js Icons – Download for Free in PNG and SVG
Free React js icons in various UI design styles for web, mobile. Download static and animated React js vector icons for free in...
Read more >React Icon
React icon in the Solid style. Make a bold statement in small sizes.. Available now in Font Awesome 6.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@elefantelimpio, you may have changed your default settings?
if the problem is only relevant to your one project then check en the .vscode folder of the project and change the
settings.json
to read eg;otherwise you can open up settings and search for associations then change that directly in your global settings
@abinavseelan Check your settings (Workspace) there should be an entry there that associates the
js
extension toreact
. Probably, this is done by another extension you have installed.