mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Product Icon Theme Samples
Product icons themes allow theme authors to customize the icons used in VS Code's built-in views: all icons except file icons (covered by file icon themes) and icons contributed by extensions.
This sample provides a product icon theme with icons used in VS Code 1.0.
Demo
VSCode V1.0 Icons
VS Code API
Contribution Points
Running the sample
- Press
F5to open a new window with your extension loaded. - The extension development host window will automatically select the theme defined in the extension. To manually select a product icon theme, run the
Preferences: Product Icon Themecommand and select your theme.
Make changes
- Changes to the product theme file are applied live in the extension development host window. No need to relaunch the extension.