
Product Icon Reference | Visual Studio Code Extension API
Visual Studio Code contains a set of built-in icons that are used in views and the editor, but can also be used in hovers, the status bar, and by extensions. These icons are product icons as …
GitHub - microsoft/vscode-icons: Icons for Visual Studio Code
This repository is to store all of the icons used in Visual Studio Code. You will find both dark and light versions of the icons.
visual studio code - Using Built in Icons for Extension menus
Feb 22, 2017 · You can use build-in icons (codiconst) without need of installing anything. Just use $() to wrap icon name. { "command": "whatever", "icon": "$(run-all)" }
10 Best Icon Packs to Improve Your File's Appearance in VS Code
Jul 4, 2022 · Icons and themes in your VS Code should be important to you. If you use just the right one that sits with you, you could be a lot more comfortable with using the IDE. So, these …
vscode-icons - Visual Studio Marketplace
Once installed and after reloading vscode, you will be presented with a message to Activate the icons. Linux & Windows => File > Preferences > Theme > File Icon Theme > VSCode Icons. …
Things to know when using custom icons for VSCode commands
Oct 6, 2023 · Use the built-in product icons from Visual Studio Code. Reference it as: $ (icon-name); Use an icon font that you can define in your contributes.icons section. Once you have …
Icons for Visual Studio Code - vscode-icons
vscode-icons for GitHub by @dderevjanik will allow you to see all GitHub’s files with vscode-icons icons. vscode-icons-js by @dderevjanik get file/folder specific icon from vscode-icons icons. …
Using default VS Code icons on an extension - Stack Overflow
Jul 10, 2018 · Apparently, as of today codicons can only be product icons. It is now possible to use codicons in a tree item: return [ collapsibleState: vscode.TreeItemCollapsibleState.None, …
Icons and names usage guidelines - Visual Studio Code
Everything you need to know about using the Visual Studio Code and VS Code icons and names. Visual Studio Code “stable” icon. The blue icon represents Microsoft Visual Studio Code and …
Fluent Icons - Visual Studio Marketplace
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 …