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
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
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.
Scott J. Miles (@sjmiles) noted this in mjbvz/vscode-lit-html#42
With the update to
StyledTemplateLanguageService, I'm wondering what your thoughts are on updating theTsHtmlPluginConfigurationinterface to be enablevalidateandlintconfiguration options similar to styled? Or if there's a better configuration integration approach I'm not quite seeing.