aboutsummaryrefslogtreecommitdiff
path: root/.vscode
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker): add `Flag` value type and `Pickable` implementation魏曹先生25 hours1-0/+1
| | | | | | | | | 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魏曹先生47 hours1-0/+2
|
* chore: add mingling_picker Cargo.toml to rust-analyzer linked projects魏曹先生4 days1-1/+4
|
* 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/+122
|
* Add trailing comma in settings.json魏曹先生2026-06-241-1/+1
|
* Add editor configs for Rust with clippy on save魏曹先生2026-06-241-0/+4