Skip to content

Commit

Permalink
Merge pull request #92268 from microsoft/aeschli/productIconsTheme
Browse files Browse the repository at this point in the history
Add product icon theme
  • Loading branch information
aeschli authored Mar 9, 2020
2 parents ffbb280 + b8de2ac commit dee6361
Show file tree
Hide file tree
Showing 15 changed files with 4,311 additions and 201 deletions.
6 changes: 5 additions & 1 deletion extensions/extension-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
"url": "vscode://schemas/language-configuration"
},
{
"fileMatch": "*icon-theme.json",
"fileMatch": ["*icon-theme.json", "!*product-icon-theme.json"],
"url": "vscode://schemas/icon-theme"
},
{
"fileMatch": "*product-icon-theme.json",
"url": "vscode://schemas/product-icon-theme"
},
{
"fileMatch": "*color-theme.json",
"url": "vscode://schemas/color-theme"
Expand Down
8 changes: 8 additions & 0 deletions extensions/vscode-colorize-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
"fontStyle": "bold"
}
}
],
"productIconThemes": [
{
"id": "Test Product Icons",
"label": "The Test Product Icon Theme",
"path": "./producticons/test-product-icon-theme.json",
"_watch": true
}
]
}
}
Binary file not shown.
Loading

0 comments on commit dee6361

Please sign in to comment.