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