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])) 284var isRemoteContainers = string.Equals(_configuration["REMOTE_CONTAINERS"], "true", StringComparison.OrdinalIgnoreCase); 285var isSshRemote = _configuration["VSCODE_IPC_HOOK_CLI"] is not null 286&& _configuration["SSH_CONNECTION"] is not null;