Skip to content

Commit f91c7de

Browse files
committed
product icons more
1 parent 18f3bee commit f91c7de

10 files changed

Lines changed: 3161 additions & 55 deletions

File tree

extensions/extension-editing/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@
3535
"url": "vscode://schemas/language-configuration"
3636
},
3737
{
38-
"fileMatch": "*icon-theme.json",
38+
"fileMatch": ["*icon-theme.json", "!*product-icon-theme.json"],
3939
"url": "vscode://schemas/icon-theme"
4040
},
41+
{
42+
"fileMatch": "*product-icon-theme.json",
43+
"url": "vscode://schemas/product-icon-theme"
44+
},
4145
{
4246
"fileMatch": "*color-theme.json",
4347
"url": "vscode://schemas/color-theme"

extensions/vscode-colorize-tests/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
"fontStyle": "bold"
5656
}
5757
}
58+
],
59+
"productIconThemes": [
60+
{
61+
"id": "Test Product Icons",
62+
"label": "The Test Product Icon Theme",
63+
"path": "./producticons/test-product-icon-theme.json"
64+
}
5865
]
5966
}
6067
}
62.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)