Skip to content
DocsTry Aspire
DocsTry

ExecutableLaunchMode

Classstaticnet10.0
📦 Aspire.Hosting v13.5.3
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
{
// ...
}
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.