aboutsummaryrefslogtreecommitdiff
path: root/.zed
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker): add `Flag` value type and `Pickable` implementation魏曹先生27 hours1-0/+3
| | | | | | | | | Add a new `Flag` enum in `mingling_picker::value` that explicitly distinguishes between an absent flag (`Inactive`) and a present flag (`Active`), along with its `Pickable` implementation. Rename internal fields from `flag_*` to `arg_*` for consistency, update the default naming case to `Kebab`, and enable the `mingling_support` feature in workspace settings.
* chore: add test projects to IDE linked projects魏曹先生2 days1-1/+6
|
* chore: add mingling_picker Cargo.toml to rust-analyzer linked projects魏曹先生4 days1-1/+1
|
* chore: add linked project config for Cargo workspace魏曹先生6 days1-0/+1
|
* Add dev_tool cargo alias and editor task definitions魏曹先生2026-06-241-0/+71
|
* Add editor configs for Rust with clippy on save魏曹先生2026-06-241-0/+10