From 08a428416c55c87b042a0320c53496459220c169 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 28 Feb 2021 16:41:58 +0100 Subject: [PATCH] Fix --- .../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 c572c66f6..19efbd02a 100644 --- a/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs +++ b/Source/Tools/Flax.Build/Projects/VisualStudioCode/VisualStudioCodeProjectGenerator.cs @@ -487,7 +487,6 @@ namespace Flax.Build.Projects.VisualStudioCode json.AddField("**/Binaries", true); json.AddField("**/Cache", true); json.AddField("**/packages", true); - json.AddField("**/Content", true); json.AddField("**/Logs", true); json.AddField("**/Screenshots", true); json.AddField("**/Output", true);