diff --git a/.vscode/settings.json b/.vscode/settings.json index fa04ff72b0..ef488543df 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -57,5 +57,6 @@ "--profile", "black" ], - "rust-analyzer.cargo.features": "all" + "rust-analyzer.cargo.features": "all", + "dotnet.defaultSolution": "csharp/csharp.sln" }