diff options
| -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", + ], }, }, }, |
