Updates the bundled Home Assistant extension from v2.2.0 to a community-built v2.3.0.
This build adds support for ignore directives.
Add comments to disable linting warnings.
file-wide suppression
# homeassistant:ignore
inline suppression
# homeassistant:disable-next-line
# homeassistant:disable-line
range suppression
# homeassistant:disable
# homeassistant:enable
As with 1.118.0.1, the extension's JSON schemas are patched at build time so YAML autocomplete only suggests the modern Home Assistant syntax.
Credits
The ignore-directives feature was contributed by @johntdyer in vscode-home-assistant PR #4047.
The v2.3.0 extension build was created and shared by @mterry63 — thank you!