1 write to _configuration
aspire (1)
Commands\RunCommand.cs (1)
69
_configuration
= configuration;
4 references to _configuration
aspire (4)
Commands\RunCommand.cs (4)
98
&& string.IsNullOrEmpty(
_configuration
[KnownConfigNames.ExtensionDebugSessionId]))
283
var isRemoteContainers =
_configuration
.GetValue<bool>("REMOTE_CONTAINERS", false);
284
var isSshRemote =
_configuration
.GetValue<string?>("VSCODE_IPC_HOOK_CLI") is not null
285
&&
_configuration
.GetValue<string?>("SSH_CONNECTION") is not null;