Andrew Barnes

Results 3 comments of Andrew Barnes

.Net MIT licensed library for long path support: http://alphafs.codeplex.com/

I also hit this, had a quick look, and (maybe... but not my area) found something: In https://github.com/continuedev/continue/blame/main/core/util/fetchWithOptions.ts the agentOptions are setup: ```ts const agentOptions: {[key: string]: any} = {...

I think my previous comment was way off... From what I've read, vscode overrides the http(s).Agent to provide proxy support which does not support passing through `rejectUnauthorized`: https://github.com/microsoft/vscode/issues/173314 Also seems...