Run editor with selected project configuration in launchSettings.json

This commit is contained in:
2025-12-16 01:20:49 +02:00
parent b70ab01308
commit 1327fa40cb
2 changed files with 2 additions and 1 deletions

View File

@@ -311,6 +311,7 @@ namespace Flax.Build.Projects.VisualStudio
}
csProjectFileContent.AppendLine(string.Format(" <DocumentationFile>{0}\\{1}.CSharp.xml</DocumentationFile>", outputPath, project.BaseName));
csProjectFileContent.AppendLine(" <UseVSHostingProcess>true</UseVSHostingProcess>");
csProjectFileContent.AppendLine(string.Format(" <FlaxConfiguration>{0}</FlaxConfiguration>", configuration.ConfigurationName));
csProjectFileContent.AppendLine(" </PropertyGroup>");