Under the hood
Useful1 Signal0
Keybinding load errors are formatted by a shared helper; the message you see is unchanged.
What's wrong with this entry?
Anonymous. No account, no email.
What
Reporting a keybindings load failure goes through a common formatting helper rather than inline string concatenation.
Details
- The inline concatenation of code, failureClass, telemetryCode and cause was replaced by the shared helper.
- The "[keybindings] Error loading" log and the
keybinding_config_parse_errorstatus are unchanged.
Evidence
keybinding_load_user_config
Strings lifted out of the shipped bundle, so the claim above can be checked against them.