CoreCRL fixes and tweaks

This commit is contained in:
Wojtek Figat
2023-01-27 14:24:53 +01:00
parent 2fd251e7b1
commit 4f71976958
4 changed files with 33 additions and 44 deletions

View File

@@ -480,7 +480,6 @@ namespace Flax.Build.Projects.VisualStudioCode
case TargetPlatform.Linux:
break;
}
json.AddField("visualizerFile", Path.Combine(Globals.EngineRoot, "Source", "flax.natvis"));
}
json.EndObject();
}