mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
* 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.
245 B
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.