From d19249a6a25c7925dc11f32c311ca20eb11c428d Mon Sep 17 00:00:00 2001 From: Shachar Langbeheim Date: Thu, 8 Feb 2024 13:09:42 +0200 Subject: [PATCH] Set default solution for C#. (#922) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }