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");