Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LeetCode-OpenSource/vscode-leetcode
/ getHttpAgent
Function
getHttpAgent
src/utils/cpUtils.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
function
getHttpAgent(): string | undefined {
70
return
vscode.workspace.getConfiguration(
"http"
).get<string>(
"proxy"
);
71
}
Callers
1
createEnvOption
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected