diff --git a/.vscode/settings.json b/.vscode/settings.json index 82ebf9c98a..3630a453bc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -56,5 +56,6 @@ "isort.args": [ "--profile", "black" - ] + ], + "rust-analyzer.cargo.features": "all" }