Minor adjust followup #894
This commit is contained in:
@@ -214,7 +214,7 @@ namespace Flax.Build.Projects.VisualStudioCode
|
||||
}
|
||||
case TargetPlatform.Linux:
|
||||
{
|
||||
json.AddField("command", Path.ChangeExtension(buildToolPath, null));
|
||||
json.AddField("command", buildToolPath);
|
||||
json.BeginArray("args");
|
||||
{
|
||||
json.AddUnnamedField("--build");
|
||||
@@ -605,7 +605,6 @@ namespace Flax.Build.Projects.VisualStudioCode
|
||||
// Extension settings
|
||||
json.AddField("omnisharp.useModernNet", true);
|
||||
|
||||
|
||||
json.EndRootObject();
|
||||
json.Save(Path.Combine(vsCodeFolder, "settings.json"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user