diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 9591a2c97..ab85385f6 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,5 @@ { "recommendations": [ - "josephcrowell.wintercms-template-language" + "wintercms.winter-cms" ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 30319e233..8c3d85f11 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",