diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-15 20:30:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-15 20:30:28 +0800 |
| commit | 406e7232ab1d0f7d64be4843afbcf2f9b3984104 (patch) | |
| tree | 4848929368459217068d31e1aad647b2be1431d6 | |
| parent | b8982717497c7359f4e68c1f3e8aac153c737398 (diff) | |
chore: add test projects to IDE linked projects
| -rw-r--r-- | .vscode/settings.json | 2 | ||||
| -rw-r--r-- | .zed/settings.json | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 5bb31e7..3f1ff1d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,7 @@ "rust-analyzer.linkedProjects": [ ".run/Cargo.toml", "mingling_picker/Cargo.toml", + "mingling_pathf/test/Cargo.toml", + "mingling_picker/test/Cargo.toml", ], } diff --git a/.zed/settings.json b/.zed/settings.json index 124eb11..3ecbbe3 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -4,7 +4,12 @@ "initialization_options": { "checkOnSave": true, "check": { "command": "clippy" }, - "linkedProjects": [".run/Cargo.toml", "mingling_picker/Cargo.toml"], + "linkedProjects": [ + ".run/Cargo.toml", + "mingling_picker/Cargo.toml", + "mingling_pathf/test/Cargo.toml", + "mingling_picker/test/Cargo.toml", + ], }, }, }, |
