Commit Graph

5 Commits

Author SHA1 Message Date
J. Nick Koston
ce5be77ed6 [vscode] Mark the component key for "Component not found" errors
The `vscode --ace` validator resolves an error's range to the deepest
matching node, which for a "Component not found" error is the component's
value mapping — so the range starts at the first child, and editors
underline the children instead of the offending top-level key. Request
the key's range for these errors (as already done for "extra keys not
allowed"). Backward compatible: only the range for this error type
changes.
2026-06-03 01:09:01 -05:00
Jesse Hills
9ea3643b74 [core] os.path -> Path (#10654)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
2025-09-19 12:59:48 +00:00
J. Nick Koston
f13e742bd5 [ruff] Enable RET and fix all violations (#9929) 2025-08-01 02:10:56 +00:00
Guillermo Ruffino
11dcaf7383 [vscode] provide version to editor (#8752) 2025-05-13 07:27:07 +12:00
Guillermo Ruffino
bc56d319b5 Fix vscode validation not showing error squiggles (#8500)
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-04-16 07:52:07 +12:00