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
"files.associations": {
"*.html.stencil": "stencil-html"
}
Stencil markup autocompletion works well, but html tags auto close feature does not.
In case of
"files.associations": {
"*.html.stencil": "html"
}
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.
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.