diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-14 01:45:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-14 01:45:57 +0800 |
| commit | 5547ebe21f4595c03a965cd068c72b27801b2070 (patch) | |
| tree | 12ecd594fd1e9dc06de6358a25f133c79fa3e6ea /.zed | |
| parent | 4665fc94ab9508d115298dd988e2381354f46c01 (diff) | |
chore: add mingling_picker Cargo.toml to rust-analyzer linked projects
Diffstat (limited to '.zed')
| -rw-r--r-- | .zed/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zed/settings.json b/.zed/settings.json index 983506d..124eb11 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -4,7 +4,7 @@ "initialization_options": { "checkOnSave": true, "check": { "command": "clippy" }, - "linkedProjects": [".run/Cargo.toml"], + "linkedProjects": [".run/Cargo.toml", "mingling_picker/Cargo.toml"], }, }, }, |
