We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SSH_AUTH_SOCK
EnvironmentVariables.nonCachableKeys
1 parent cdceff5 commit c0d1c6bCopy full SHA for c0d1c6b
Sources/Basics/EnvironmentVariables.swift
@@ -64,7 +64,7 @@ extension EnvironmentVariables {
64
// rdar://107029374
65
extension EnvironmentVariables {
66
// internal for testing
67
- internal static let nonCachableKeys: Set<String> = [
+ static let nonCachableKeys: Set<String> = [
68
"TERM",
69
"TERM_PROGRAM",
70
"TERM_PROGRAM_VERSION",
@@ -79,6 +79,7 @@ extension EnvironmentVariables {
79
"LS_COLORS",
80
"VSCODE_IPC_HOOK_CLI",
81
"HYPERFINE_RANDOMIZED_ENVIRONMENT_OFFSET",
82
+ "SSH_AUTH_SOCK",
83
]
84
85
public var cachable: EnvironmentVariables {
0 commit comments