1 write to _logger
aspire (1)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (1)
47_logger = logger;
11 references to _logger
aspire (11)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (11)
53_logger.LogDebug("Starting GitHub Copilot CLI environment scan"); 62_logger.LogDebug("Detected VSCode terminal environment. Assuming GitHub Copilot CLI is available to avoid potential hangs from interactive installation prompts."); 67_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 72_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 77_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 86_logger.LogDebug("Checking for GitHub Copilot CLI installation..."); 91_logger.LogDebug("GitHub Copilot CLI is not installed - skipping"); 96_logger.LogDebug("Found GitHub Copilot CLI version: {Version}", copilotVersion); 101_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 105_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 110_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI");