{ "folders": [ { "path": "." }, { "path": "examples/example" }}, { "path": "examples/example_sqlx" }, { "path": "examples/bot" } ], "settings": { "rust-analyzer.cargo.features": [ "postgres", "redis", "sqlx", ], "rust-analyzer.linkedProjects": [ "./Cargo.toml", "./examples/example/Cargo.toml", "./examples/bot/Cargo.toml", ], "rust-analyzer.showUnlinkedFileNotification": false }, }