ExecutableLaunchMode
Classstaticnet10.0
Well-known launch modes that can be requested when an IDE or extension host launches a resource.
namespace Aspire.Hosting.ApplicationModel;
public static class ExecutableLaunchMode{ // ...}Remarks
Section titled Remarks The value is serialized as the
mode field of a launch configuration and is interpreted by the IDE (Visual Studio, VS Code) that owns the debug session.