diff options
Diffstat (limited to '.zed/settings.json')
| -rw-r--r-- | .zed/settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.zed/settings.json b/.zed/settings.json index 983506d..12c901e 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -4,7 +4,15 @@ "initialization_options": { "checkOnSave": true, "check": { "command": "clippy" }, - "linkedProjects": [".run/Cargo.toml"], + "linkedProjects": [ + ".run/Cargo.toml", + "mingling_picker/Cargo.toml", + "mingling_pathf/test/Cargo.toml", + "mingling_picker/test/Cargo.toml", + ], + "cargo": { + "features": ["mingling_support"], + }, }, }, }, |
