Search code examples
visual-studio-codevscode-extensionsstatusbaritem

Custom icon of status bar item in vscode extensions


The documentation https://code.visualstudio.com/docs/extensionAPI/vscode-api says that icon-name can be taken from the octicon, is it possible to insert icon that is not an octicon?


Solution

  • No, you can't, at least, not yet.

    There is an open issue asking to support more icons, but no Milestone defined.