You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been a while since I've worked on this, but I believe "*.html.stencil": "html" means you consider files with an .html.stencil extension as HTML files (with no Stencil support). If you want to use the .html extension for Stencil/HTML files, use "*.html": "stencil-html".
@svanimpe thank you, it helps. This does not work by it self, but combined with auto-close-tag.activationOnLanguage it does the right thing.
Finally i ended with this solution:
Hello. THank you for this plugin.
I faced problem to setup VS Code to work with both - Stencil and Html in the same file.
In case of
Stencil markup autocompletion works well, but html tags auto close feature does not.
In case of
html auto close tags works, but stencil markup does not.
How to force it to work in both ways?
VC Code v. 1.38.0, Stencil extension installed through extensions catalog.
The text was updated successfully, but these errors were encountered: