From 69a3587f5dcc45a4d8663713669e72a86d0dcf8c Mon Sep 17 00:00:00 2001 From: GoaLitiuM Date: Tue, 2 Mar 2021 18:40:12 +0200 Subject: [PATCH] Set solution file as default launch solution for Omnisharp --- .../VisualStudioCode/VisualStudioCodeProjectGenerator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs b/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs index 19efbd02a..2d188d266 100644 --- a/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs +++ b/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs @@ -509,6 +509,7 @@ namespace Flax.Build.Projects.VisualStudioCode json.AddField("gulp.autoDetect", "off"); json.AddField("jake.autoDetect", "off"); json.AddField("grunt.autoDetect", "off"); + json.AddField("omnisharp.defaultLaunchSolution", solution.Name + ".sln"); json.EndObject(); // Folders