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