sourcegraph / cody

AI that knows your entire codebase
https://cody.dev
Apache License 2.0
2.24k stars 213 forks source link

fix loading of linux certs for agent #4644

Closed Strum355 closed 15 hours ago

Strum355 commented 1 week ago

globalAgent.options.ca was always set to empty array because the function returns before the promise from loadLinuxCerts() resolves

Test plan

Tested locally with print statements, it was not working for me otherwise