mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Update recommended VSCode extension to the official Winter CMS extension
See: https://github.com/wintercms/vscode-extension Refs: #432
This commit is contained in:
parent
8454066e2e
commit
5a1367177a
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"josephcrowell.wintercms-template-language"
|
||||
"wintercms.winter-cms"
|
||||
]
|
||||
}
|
||||
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -9,7 +9,7 @@
|
||||
"**/modules/*/reportwidgets/*/partials/*.htm": "php",
|
||||
"**/modules/*/views/mail/*.htm": "wintercms",
|
||||
"**/modules/*/widgets/*/partials/*.htm": "php",
|
||||
|
||||
|
||||
"**/plugins/*/*/behaviors/*/partials/*.htm": "php",
|
||||
"**/plugins/*/*/components/*/*.htm": "twig",
|
||||
"**/plugins/*/*/controllers/*/*.htm": "php",
|
||||
@ -20,7 +20,7 @@
|
||||
"**/plugins/*/*/reportwidgets/*/partials/*.htm": "php",
|
||||
"**/plugins/*/*/views/mail/*.htm": "wintercms",
|
||||
"**/plugins/*/*/widgets/*/partials/*.htm": "php",
|
||||
|
||||
|
||||
"**/themes/*/content/**/*.htm": "wintercms",
|
||||
"**/themes/*/layouts/*.htm": "wintercms",
|
||||
"**/themes/*/pages/**/*.htm": "wintercms",
|
||||
|
Loading…
x
Reference in New Issue
Block a user