1 write to _logger
aspire (1)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (1)
39_logger = logger;
15 references to _logger
aspire (15)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (15)
45_logger.LogDebug("Starting GitHub Copilot CLI environment scan"); 54_logger.LogDebug("Detected VSCode terminal environment. Assuming GitHub Copilot CLI is available to avoid potential hangs from interactive installation prompts."); 57_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 62_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 67_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 73_logger.LogDebug("Registering Playwright MCP configuration callback for Copilot CLI"); 80_logger.LogDebug("Playwright MCP server is already configured in Copilot CLI"); 93_logger.LogDebug("Checking for GitHub Copilot CLI installation..."); 98_logger.LogDebug("GitHub Copilot CLI is not installed - skipping"); 103_logger.LogDebug("Found GitHub Copilot CLI version: {Version}", copilotVersion); 106_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 110_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 115_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 121_logger.LogDebug("Registering Playwright MCP configuration callback for Copilot CLI"); 128_logger.LogDebug("Playwright MCP server is already configured in Copilot CLI");