2 references to GetEnvironmentVariable
aspire (2)
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (1)
48var isVSCode = _executionContext.GetEnvironmentVariable("TERM_PROGRAM") == "vscode";
Agents\VsCode\VsCodeAgentEnvironmentScanner.cs (1)
183if (_executionContext.GetEnvironmentVariable("TERM_PROGRAM") == "vscode")