1 write to StartDebugSession
aspire (1)
Commands\RunCommand.cs (1)
224StartDebugSession = startDebugSession,
3 references to StartDebugSession
aspire (3)
Projects\DotNetAppHostProject.cs (2)
253var watch = !isSingleFileAppHost && (_features.IsFeatureEnabled(KnownFeatures.DefaultWatchEnabled, defaultValue: false) || (isExtensionHost && !context.StartDebugSession)); 316StartDebugSession = context.StartDebugSession,
Projects\GuestAppHostProject.cs (1)
507launcher = new ExtensionGuestLauncher(extensionInteractionService, appHostFile, context.StartDebugSession);