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