1 write to _logger
aspire (1)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (1)
37_logger = logger;
15 references to _logger
aspire (15)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (15)
43_logger.LogDebug("Starting GitHub Copilot CLI environment scan"); 52_logger.LogDebug("Detected VSCode terminal environment. Assuming GitHub Copilot CLI is available to avoid potential hangs from interactive installation prompts."); 55_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 60_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 65_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 71_logger.LogDebug("Registering Playwright MCP configuration callback for Copilot CLI"); 78_logger.LogDebug("Playwright MCP server is already configured in Copilot CLI"); 87_logger.LogDebug("Checking for GitHub Copilot CLI installation..."); 92_logger.LogDebug("GitHub Copilot CLI is not installed - skipping"); 97_logger.LogDebug("Found GitHub Copilot CLI version: {Version}", copilotVersion); 100_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 104_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 109_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 115_logger.LogDebug("Registering Playwright MCP configuration callback for Copilot CLI"); 122_logger.LogDebug("Playwright MCP server is already configured in Copilot CLI");