1 write to _logger
aspire (1)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (1)
45_logger = logger;
11 references to _logger
aspire (11)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (11)
51_logger.LogDebug("Starting GitHub Copilot CLI environment scan"); 60_logger.LogDebug("Detected VSCode terminal environment. Assuming GitHub Copilot CLI is available to avoid potential hangs from interactive installation prompts."); 63_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 68_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 73_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 89_logger.LogDebug("Checking for GitHub Copilot CLI installation..."); 94_logger.LogDebug("GitHub Copilot CLI is not installed - skipping"); 99_logger.LogDebug("Found GitHub Copilot CLI version: {Version}", copilotVersion); 102_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 106_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 111_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI");