Update recommended VSCode extension to the official Winter CMS extension

See: https://github.com/wintercms/vscode-extension
Refs: #432
This commit is contained in:
Luke Towers 2022-02-10 22:42:59 -06:00
parent 8454066e2e
commit 5a1367177a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"recommendations": [
"josephcrowell.wintercms-template-language"
"wintercms.winter-cms"
]
}

View File

@ -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",