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