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
I tried to solve this by disabling validation, i.e.
"html.validate.styles": false,
"css.validate": false
which had no effect.
Ideally ts-lit-html-plugin honors those configuration options.
With the update to StyledTemplateLanguageService, I'm wondering what your thoughts are on updating the TsHtmlPluginConfiguration interface to be enable validate and lint configuration options similar to styled? Or if there's a better configuration integration approach I'm not quite seeing.
The text was updated successfully, but these errors were encountered:
@sjmiles noted this in mjbvz/vscode-lit-html#42
With the update to
StyledTemplateLanguageService
, I'm wondering what your thoughts are on updating theTsHtmlPluginConfiguration
interface to be enablevalidate
andlint
configuration options similar to styled? Or if there's a better configuration integration approach I'm not quite seeing.The text was updated successfully, but these errors were encountered: