CSS/JSON/HTML icons. For #44626

This commit is contained in:
Martin Aeschlimann 2018-02-28 13:57:25 +01:00
parent 1eec336fa2
commit 7b98237ad5
6 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -7,6 +7,7 @@
"engines": {
"vscode": "0.10.x"
},
"icon": "icons/css.png",
"activationEvents": [
"onLanguage:css",
"onLanguage:less",

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -8,6 +8,7 @@
"engines": {
"vscode": "0.10.x"
},
"icon": "icons/html.png",
"activationEvents": [
"onLanguage:html",
"onLanguage:handlebars",

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -8,6 +8,7 @@
"engines": {
"vscode": "0.10.x"
},
"icon": "icons/json.png",
"activationEvents": [
"onLanguage:json",
"onLanguage:jsonc"