Hi,
I am trying to connect RStudio to Github copilot. It fails to connect due to me being behind the company firewall (I have tested it on a personal laptop).
I have updated my envoirnment using the following code and produces the following code:
I have changed the proxy to a fake one.
file.edit('~/.Renviron')
http_proxy=http://foo.fake.com:100
https_proxy=http://foo.fake.com:100
Is there somewhere specfic i need to update specifically for co-pilot?