I’ve started to learn next.js 13 using VS code, I noticed that .jsx files are shown with React icon but .tsx files are not, how can I change that?
Created project via npx create-next-app, installed Microsoft’s JavaScripr and TypeScript Nightly extension
>Solution :
You can change the vscode file icons with an icon theme.
I have prefer the Material Icon Theme.
It shows .jsx and .tsx like this:
You get a lot of other options when you search for tag:icon-theme in the marketplace.
