Codestyle fixes
This commit is contained in:
@@ -702,7 +702,7 @@ namespace Flax.Build.Projects.VisualStudio
|
||||
{
|
||||
// Build command for the build tool
|
||||
var buildToolPath = Path.ChangeExtension(typeof(Builder).Assembly.Location, null);
|
||||
|
||||
|
||||
var targetsFileContent = new StringBuilder();
|
||||
targetsFileContent.AppendLine("<Project>");
|
||||
targetsFileContent.AppendLine(" <!-- Custom Flax.Build scripts for C# projects. -->");
|
||||
|
||||
@@ -410,8 +410,7 @@ namespace Flax.Build.Projects.VisualStudioCode
|
||||
json.AddField("stopAtEntry", false);
|
||||
json.AddField("externalConsole", true);
|
||||
break;
|
||||
case TargetPlatform.Linux:
|
||||
break;
|
||||
case TargetPlatform.Linux: break;
|
||||
}
|
||||
}
|
||||
json.EndObject();
|
||||
@@ -622,7 +621,7 @@ namespace Flax.Build.Projects.VisualStudioCode
|
||||
json.AddField("**/Output", true);
|
||||
json.AddField("**/*.flax", true);
|
||||
json.EndObject();
|
||||
|
||||
|
||||
// Extension settings
|
||||
json.AddField("omnisharp.useModernNet", true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user