Skip to content

Commit 4dc0db9

Browse files
authored
Disable axios proxy detection (#303) (#356)
It appears to conflict with the proxies we and VS Code provide.
1 parent 8293ce9 commit 4dc0db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export async function makeCoderSdk(baseUrl: string, token: string | undefined, s
7676
const agent = await getHttpAgent()
7777
config.httpsAgent = agent
7878
config.httpAgent = agent
79+
config.proxy = false
7980

8081
return config
8182
})

0 commit comments

Comments
 (0)