From 26ff8e62eb2d7714f1d8857aca4fe8b44c8ef969 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 16 Nov 2022 17:55:20 +0100 Subject: [PATCH] Additional change to vscode project --- .../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 f3a4a0e8e..b04eb2737 100644 --- a/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs +++ b/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs @@ -569,6 +569,7 @@ namespace Flax.Build.Projects.VisualStudioCode json.AddField("jake.autoDetect", "off"); json.AddField("grunt.autoDetect", "off"); json.AddField("omnisharp.defaultLaunchSolution", solution.Name + ".sln"); + json.AddField("omnisharp.useModernNet", false); json.EndObject(); // Folders