C#: Update the default solution to point to the .slnx file instead.

This commit is contained in:
Michael Nebel
2025-12-12 14:23:23 +01:00
parent 1e43d06c6d
commit 7f1a9b57f1

View File

@@ -10,5 +10,5 @@
"omnisharp.enableRoslynAnalyzers": true, "omnisharp.enableRoslynAnalyzers": true,
"csharpFormatUsings.splitGroups": false, "csharpFormatUsings.splitGroups": false,
"csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle", "csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle",
"dotnet.defaultSolution": "CSharp.sln" "dotnet.defaultSolution": "CSharp.slnx"
} }