1 write to _environment
aspire (1)
Agents\Copilot\CopilotAgentEnvironmentScanner.cs (1)
55_environment = environment;
2 references to _environment
aspire (2)
Agents\Copilot\CopilotAgentEnvironmentScanner.cs (2)
77var isVSCode = _environment.GetEnvironmentVariable("TERM_PROGRAM") == "vscode"; 109var configDirectory = CopilotPaths.GetConfigDirectory(homeDirectory, _environment);