From a633aa69c38304f3797099fe94d5e9bed2aa4b2f Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 17 Jan 2023 15:35:15 +0100 Subject: [PATCH] Remove mono debugger from VS Code extensions list --- .../VisualStudioCode/VisualStudioCodeProjectGenerator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs b/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs index 9fc8157ff..ec829c3f8 100644 --- a/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs +++ b/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs @@ -606,7 +606,6 @@ namespace Flax.Build.Projects.VisualStudioCode json.BeginArray("recommendations"); { json.AddUnnamedField("ms-dotnettools.csharp"); - json.AddUnnamedField("ms-vscode.mono-debug"); if (!Globals.Project.IsCSharpOnlyProject) {