1 write to _logger
aspire (1)
Agents\Copilot\CopilotAgentEnvironmentScanner.cs (1)
56_logger = logger;
10 references to _logger
aspire (10)
Agents\Copilot\CopilotAgentEnvironmentScanner.cs (10)
63_logger.LogDebug("Starting GitHub Copilot environment scan"); 69_logger.LogDebug("Detected GitHub Copilot App using installation marker {Marker}", installationMarker); 80_logger.LogDebug("Detected VSCode terminal environment. Assuming GitHub Copilot CLI is available to avoid potential hangs from interactive installation prompts."); 86_logger.LogDebug("Checking for GitHub Copilot CLI installation..."); 90_logger.LogDebug("Found GitHub Copilot CLI version: {Version}", copilotVersion); 96_logger.LogDebug("GitHub Copilot CLI is not installed"); 102_logger.LogDebug("No GitHub Copilot environments are installed - skipping"); 110_logger.LogDebug("Checking if Aspire MCP server is already configured in GitHub Copilot"); 113_logger.LogDebug("Adding GitHub Copilot applicator for global MCP configuration"); 118_logger.LogDebug("Aspire MCP server is already configured in GitHub Copilot");