diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-11 13:25:32 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-11 13:25:32 +0800 |
| commit | 2c197f6ad9a383b8d5ab91e6e6e2e059a9be062c (patch) | |
| tree | 80526a663b13380ebae7e404192d26fbb6e6668d /.zed/settings.json | |
| parent | 6cd46e7d89022779c36fa70a7b1e95eb302feda2 (diff) | |
chore: add linked project config for Cargo workspace
Diffstat (limited to '.zed/settings.json')
| -rw-r--r-- | .zed/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zed/settings.json b/.zed/settings.json index 067be5a..983506d 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -4,6 +4,7 @@ "initialization_options": { "checkOnSave": true, "check": { "command": "clippy" }, + "linkedProjects": [".run/Cargo.toml"], }, }, }, |
