Skip to content

Commit 0b7a991

Browse files
authored
theme-seti icon Laravel .blade.php lose php icon when installing blade related extension (microsoft#156204)
theme-seti icon Laravel .blade.php lose php icon when installing blade related extension. Fixes microsoft#153410
1 parent 1a73ce6 commit 0b7a991

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

extensions/theme-seti/build/update-icon-theme.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ const nonBuiltInLanguages = { // { fileNames, extensions }
4545
const inheritIconFromLanguage = {
4646
"jsonc": 'json',
4747
"postcss": 'css',
48-
"django-html": 'html'
48+
"django-html": 'html',
49+
"blade": 'php'
4950
}
5051

5152
const FROM_DISK = true; // set to true to take content from a repo checked out next to the vscode repo

extensions/theme-seti/cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": {
77
"name": "seti-ui",
88
"repositoryUrl": "https://github.com/jesseweed/seti-ui",
9-
"commitHash": "4dd6c27e1f5aed8068c2451dbaf0db3364545937"
9+
"commitHash": "2d10473b7575ec00c47eda751ea9caeec6b0b606"
1010
}
1111
},
1212
"version": "0.1.0"

extensions/theme-seti/icons/seti.woff

8 Bytes
Binary file not shown.

extensions/theme-seti/icons/vs-seti-icon-theme.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,7 @@
16941694
"tf": "_terraform",
16951695
"tf.json": "_terraform",
16961696
"tfvars": "_terraform",
1697+
"tfvars.json": "_terraform",
16971698
"dtx": "_tex_2",
16981699
"ins": "_tex_3",
16991700
"toml": "_config",
@@ -1942,7 +1943,8 @@
19421943
"vala": "_vala",
19431944
"vue": "_vue",
19441945
"postcss": "_css",
1945-
"django-html": "_html_3"
1946+
"django-html": "_html_3",
1947+
"blade": "_php"
19461948
},
19471949
"light": {
19481950
"file": "_default_light",
@@ -2093,6 +2095,7 @@
20932095
"tf": "_terraform_light",
20942096
"tf.json": "_terraform_light",
20952097
"tfvars": "_terraform_light",
2098+
"tfvars.json": "_terraform_light",
20962099
"dtx": "_tex_2_light",
20972100
"ins": "_tex_3_light",
20982101
"toml": "_config_light",
@@ -2258,7 +2261,8 @@
22582261
"vala": "_vala_light",
22592262
"vue": "_vue_light",
22602263
"postcss": "_css_light",
2261-
"django-html": "_html_3_light"
2264+
"django-html": "_html_3_light",
2265+
"blade": "_php_light"
22622266
},
22632267
"fileNames": {
22642268
"mix": "_hex_light",
@@ -2340,5 +2344,5 @@
23402344
"npm-debug.log": "_npm_ignored_light"
23412345
}
23422346
},
2343-
"version": "https://github.com/jesseweed/seti-ui/commit/4dd6c27e1f5aed8068c2451dbaf0db3364545937"
2347+
"version": "https://github.com/jesseweed/seti-ui/commit/2d10473b7575ec00c47eda751ea9caeec6b0b606"
23442348
}

0 commit comments

Comments
 (0)