aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-16 18:58:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-16 19:04:10 +0800
commit41fe0580212b3a681fd767d331fd8875ee59b019 (patch)
tree4032d50ecbcb1d7ce566012ade310b00a3b3d921 /.vscode
parent7ab6216fd2c056ef0c155f37e4c95df90b88701c (diff)
feat(picker): add `Flag` value type and `Pickable` implementation
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.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3f1ff1d..7472e1c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,4 +7,5 @@
"mingling_pathf/test/Cargo.toml",
"mingling_picker/test/Cargo.toml",
],
+ "rust-analyzer.cargo.features": ["mingling_support"],
}