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