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