1 write to _configuration
aspire (1)
Commands\RunCommand.cs (1)
63
_configuration
= configuration;
3 references to _configuration
aspire (3)
Commands\RunCommand.cs (3)
226
var isRemoteContainers =
_configuration
.GetValue<bool>("REMOTE_CONTAINERS", false);
227
var isSshRemote =
_configuration
.GetValue<string?>("VSCODE_IPC_HOOK_CLI") is not null
228
&&
_configuration
.GetValue<string?>("SSH_CONNECTION") is not null;