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