Skip to content

Commit 7b98237

Browse files
committed
CSS/JSON/HTML icons. For microsoft#44626
1 parent 1eec336 commit 7b98237

6 files changed

Lines changed: 3 additions & 0 deletions

File tree

extensions/css/icons/css.png

5.44 KB
Loading

extensions/css/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"engines": {
88
"vscode": "0.10.x"
99
},
10+
"icon": "icons/css.png",
1011
"activationEvents": [
1112
"onLanguage:css",
1213
"onLanguage:less",

extensions/html/icons/html.png

4.58 KB
Loading

extensions/html/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"engines": {
99
"vscode": "0.10.x"
1010
},
11+
"icon": "icons/html.png",
1112
"activationEvents": [
1213
"onLanguage:html",
1314
"onLanguage:handlebars",

extensions/json/icons/json.png

5.9 KB
Loading

extensions/json/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"engines": {
99
"vscode": "0.10.x"
1010
},
11+
"icon": "icons/json.png",
1112
"activationEvents": [
1213
"onLanguage:json",
1314
"onLanguage:jsonc"

0 commit comments

Comments
 (0)