theme-seti icon Laravel .blade.php lose php icon when installing blade related extension (#156204)

theme-seti icon Laravel .blade.php lose php icon when installing blade related extension. Fixes #153410
This commit is contained in:
Martin Aeschlimann 2022-07-25 22:35:30 +02:00 committed by GitHub
parent 1a73ce68ae
commit 0b7a99104d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View file

@ -45,7 +45,8 @@ const nonBuiltInLanguages = { // { fileNames, extensions }
const inheritIconFromLanguage = {
"jsonc": 'json',
"postcss": 'css',
"django-html": 'html'
"django-html": 'html',
"blade": 'php'
}
const FROM_DISK = true; // set to true to take content from a repo checked out next to the vscode repo

View file

@ -6,7 +6,7 @@
"git": {
"name": "seti-ui",
"repositoryUrl": "https://github.com/jesseweed/seti-ui",
"commitHash": "4dd6c27e1f5aed8068c2451dbaf0db3364545937"
"commitHash": "2d10473b7575ec00c47eda751ea9caeec6b0b606"
}
},
"version": "0.1.0"

View file

@ -1694,6 +1694,7 @@
"tf": "_terraform",
"tf.json": "_terraform",
"tfvars": "_terraform",
"tfvars.json": "_terraform",
"dtx": "_tex_2",
"ins": "_tex_3",
"toml": "_config",
@ -1942,7 +1943,8 @@
"vala": "_vala",
"vue": "_vue",
"postcss": "_css",
"django-html": "_html_3"
"django-html": "_html_3",
"blade": "_php"
},
"light": {
"file": "_default_light",
@ -2093,6 +2095,7 @@
"tf": "_terraform_light",
"tf.json": "_terraform_light",
"tfvars": "_terraform_light",
"tfvars.json": "_terraform_light",
"dtx": "_tex_2_light",
"ins": "_tex_3_light",
"toml": "_config_light",
@ -2258,7 +2261,8 @@
"vala": "_vala_light",
"vue": "_vue_light",
"postcss": "_css_light",
"django-html": "_html_3_light"
"django-html": "_html_3_light",
"blade": "_php_light"
},
"fileNames": {
"mix": "_hex_light",
@ -2340,5 +2344,5 @@
"npm-debug.log": "_npm_ignored_light"
}
},
"version": "https://github.com/jesseweed/seti-ui/commit/4dd6c27e1f5aed8068c2451dbaf0db3364545937"
"version": "https://github.com/jesseweed/seti-ui/commit/2d10473b7575ec00c47eda751ea9caeec6b0b606"
}