Files
kilocode/.changeset/settings-save-error.md
T
Marius f270639877 fix(vscode): surface config save errors instead of silently swallowing them (#9109)
* fix(vscode): surface config save errors instead of silently swallowing them

When saving settings failed (e.g. invalid kilo.json rejected by the Zod
validator), the error was only logged to the console and the save bar
cleared itself, giving the false impression the settings had saved.
Show the validator's message inline in an expandable banner so users
can see what's wrong and fix it.

* test(vscode): add tests for getErrorMessage and getConfigErrorDetails

Also translate the new save-bar strings to all 18 locales and drop a
leading blank line from config error details when no path is present.
2026-04-17 09:30:38 +00:00

245 B

kilo-code
kilo-code
patch

Show an inline error in the Settings save bar when the configuration fails to save (for example, due to an invalid value) so the user can correct the config and retry instead of losing their unsaved changes silently.