Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Icons are important to a developer's experience. Not only do they make things look nice, but you can easily recognise file types as you're wipping around your codebase easier if they icons make sense.
Visual Studio Code has awesome theme support - but it also has awesome icon theme support.
There are a number of themes out there and vscode-icons is one of the best.
To install - bring up Quick Open ctrl-p
and type ext install vscode-icons
. Find the vscode-icons package and click install. Restart the editor.
Once the editor restarts you need to enable your new icon theme. Go to File -> Preferences -> File Icon Theme, or crtl-shift-p
and type theme to search for it.
Please sign in to use this experience.
Sign in