Skip to content

Finalize product icon theme contributions #113828

@aeschli

Description

@aeschli

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.

The API consists of

  "contributes": {
    "productIconThemes": [
      {
        "id": "elegant",
        "label": "Elegant Icon Theme",
        "path": "./producticons/elegant-product-icon-theme.json"
      }
    ]
  }
}

Both APIs have been in preview for several milestones. A sample is here: https://github.com/microsoft/vscode-extension-samples/tree/master/product-icon-theme-sample

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions