zed/crates/util/src
Richard Feldman 7cb4d75139
Housekeeping: Improve error handling and small fixes (#48552)
A collection of small independent fixes:

- **Visual test runner**: Replace ~20 instances of `.ok()` and `let _ =`
with `.log_err()` to avoid silently discarding errors per project
guidelines.
- **recent_projects**: Add missing `remote_connection/test-support` to
the `test-support` feature gate.
- **util/shell.rs**: Add doc comment on `supports_posix_chaining()`
explaining its relationship to tool permission pattern matching.

Release Notes:

- N/A
2026-02-05 22:58:55 -05:00
..
test
arc_cow.rs
archive.rs Improve extension installation (#48518) 2026-02-05 21:37:18 +00:00
command.rs macos: Reset exception ports for shell-spawned processes (#44193) 2025-12-08 09:26:35 +01:00
fs.rs
markdown.rs
paths.rs Revert "Allow always_allow patterns for Nushell, Elvish, and Rc shells" (#48050) 2026-01-30 21:26:13 +00:00
process.rs agent_servers: Fix process leaks after terminating ACP server (#45902) 2025-12-31 11:59:50 +00:00
redact.rs Redact environment variables from language server spawn errors (#44783) 2025-12-18 21:05:14 +02:00
rel_path.rs Avoid the cost of creating an anyhow error in RelPath::strip_prefix (#44444) 2025-12-09 00:01:46 +00:00
schemars.rs Allow trailing commas in builtin JSONC schemas (#43854) 2025-12-04 15:37:32 -05:00
serde.rs
shell.rs Housekeeping: Improve error handling and small fixes (#48552) 2026-02-05 22:58:55 -05:00
shell_builder.rs Revert "Allow always_allow patterns for Nushell, Elvish, and Rc shells" (#48050) 2026-01-30 21:26:13 +00:00
shell_env.rs Revert "Allow always_allow patterns for Nushell, Elvish, and Rc shells" (#48050) 2026-01-30 21:26:13 +00:00
size.rs
test.rs
time.rs agent: Add turn statistics to agent panel (#46390) 2026-01-09 00:33:38 +00:00
util.rs Revert "Allow always_allow patterns for Nushell, Elvish, and Rc shells" (#48050) 2026-01-30 21:26:13 +00:00