3 references to ExtensionDebugSessionId
aspire (3)
Backchannel\ExtensionRpcTarget.cs (1)
54
return Task.FromResult(configuration[KnownConfigNames.
ExtensionDebugSessionId
]);
Commands\PipelineCommandBase.cs (1)
131
&& string.IsNullOrEmpty(_configuration[KnownConfigNames.
ExtensionDebugSessionId
]))
Commands\RunCommand.cs (1)
170
&& string.IsNullOrEmpty(_configuration[KnownConfigNames.
ExtensionDebugSessionId
]))