From 406e7232ab1d0f7d64be4843afbcf2f9b3984104 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 15 Jul 2026 20:30:28 +0800 Subject: chore: add test projects to IDE linked projects --- .vscode/settings.json | 2 ++ .zed/settings.json | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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", + ], }, }, }, -- cgit