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