#FILE EXTENSION 2016 CODE#
It is incredibly easy for extension authors to create your own File Icon Theme packs, check out the raw documentation here and the "Adding a new Icon Theme" topic in the VS Code docs. Note: You can arrow up and down through the File Icon Theme list and see a preview of the selected theme, just as you can with the Color Themes! Create your own Icon Theme
Simply choose the Seti (Visual Studio Code) icon theme in the File Icon Theme selection dialog. Most of the team now runs on the Seti icons so we decided to include them in the product for everyone to enjoy. Initially we were going to ship with a single, simple theme called Minimal, which has folder open/closed icons as well as a single file icon for all types.Īs we tested different icons and worked with Roberto to ensure we could support his key scenarios, we discovered the Seti UI icons, first popularized in Sublime Text.
With the 1.5 release of VS Code, we now support icons to the File Explorer.įrom the File > Preferences menu or the Command Palette ( ⇧⌘P (Windows, Linux Ctrl+Shift+P)) search for File Icon Theme: In the future, we'll be working on minimizing the risk of corrupting the core product so that users are not forced to reinstall VS Code as the result of installing an extension.
#FILE EXTENSION 2016 UPDATE#
Not only did this approach mean that the extension needed to be reinstalled on every daily or monthly update of VS Code, it opened up to a new class of issues which we could not easily diagnose or fix, since the core product was being modified after we shipped it.
#FILE EXTENSION 2016 PATCH#
Without a proper extension mechanism, Roberto was forced to patch the installed sources in order to make the vscode-icons extension work properly. It would be impossible to come up with a single set of icons that everyone agreed upon. It was clear from the start that we needed to make icon theming an extension point to VS Code. 200 thumbs up said we needed to listen to this feedback and look at this again. The 10 people on the VS Code team at that time hardly constituted a statistically significant data set.