zed/crates/settings_json
Kirill Bulatov e4671f71d5
Show error toast on startup for malformed tasks (#62387)
Closes https://github.com/zed-industries/zed/issues/61208

Before, Zed showed no toasts on startup when tasks.json contained
malformed entries, also if there were two top-level arrays, the last one
was silently discarded without any toasts too.

The PR fixes both.

Release Notes:

- Fixed error toast not showing for malformed tasks.json
2026-08-10 16:42:30 +00:00
..
src Show error toast on startup for malformed tasks (#62387) 2026-08-10 16:42:30 +00:00
Cargo.toml Thin out unnecessary dependencies from core crates (#60977) 2026-07-14 15:02:41 +00:00
LICENSE-GPL