Fix using bundled mono for VS Code build tasks

This commit is contained in:
Wojtek Figat
2021-02-28 15:03:51 +01:00
parent 98a753267f
commit a0740c162a

View File

@@ -214,7 +214,7 @@ namespace Flax.Build.Projects.VisualStudioCode
}
case TargetPlatform.Linux:
{
json.AddField("command", "mono");
json.AddField("command", Path.Combine(Globals.EngineRoot, "Source/Platforms/Editor/Linux/Mono/bin/mono"));
json.BeginArray("args");
{
json.AddUnnamedField(buildToolPath);