1 write to StartDebugSession
aspire (1)
Commands\RunCommand.cs (1)
235StartDebugSession = startDebugSession,
2 references to StartDebugSession
aspire (2)
Projects\DotNetAppHostProject.cs (2)
223var watch = !isSingleFileAppHost && (_features.IsFeatureEnabled(KnownFeatures.DefaultWatchEnabled, defaultValue: false) || (isExtensionHost && !context.StartDebugSession)); 286StartDebugSession = context.StartDebugSession,