zed/crates/debugger_ui
Jason Lee 4e75f0f3ab
gpui: Implement From<String> for ElementId (#44447)
Release Notes:

- N/A

## Before

```rs
div()
    .id(SharedString::from(format!("process-entry-{ix}-command")))
```

## After

```rs
div()
    .id(format!("process-entry-{ix}-command"))
```
2025-12-09 09:08:59 +01:00
..
src gpui: Implement From<String> for ElementId (#44447) 2025-12-09 09:08:59 +01:00
Cargo.toml debugger: Start work on adding session snapshot feature (#44298) 2025-12-06 19:31:08 +00:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00