1 write to _configuration
aspire (1)
Commands\RunCommand.cs (1)
104
_configuration
= configuration;
4 references to _configuration
aspire (4)
Commands\RunCommand.cs (4)
172
&& string.IsNullOrEmpty(
_configuration
[KnownConfigNames.ExtensionDebugSessionId]))
284
var isRemoteContainers = string.Equals(
_configuration
["REMOTE_CONTAINERS"], "true", StringComparison.OrdinalIgnoreCase);
285
var isSshRemote =
_configuration
["VSCODE_IPC_HOOK_CLI"] is not null
286
&&
_configuration
["SSH_CONNECTION"] is not null;