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 /.vscode | |
| parent | b8982717497c7359f4e68c1f3e8aac153c737398 (diff) | |
chore: add test projects to IDE linked projects
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 2 insertions, 0 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", ], } |
