You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'd like to do something similar to https://github.com/danielgross/localpilot, which sets github.copilot.advanced.debug.{testOverrideProxyUrl,overrideProxyUrl} to a different URL in settings.json in order to avoid having to access GitHub.
I was unable to find any way to set settings.json variables in the ELisp code. I was also unsuccessful in hardcoding the appropriate values in agent.js.
What pieces are missing to avoid the proprietary remote APIs? Or would maybe just adding a way to pass settings into the JavaScript code be enough? If the functionality for passing settings already exists, I'd be super happy if you could point me to it.
Including debug messages I added, I get the following output messages upon M-x copilot-diagnose:
I suppose danielgross/localpilot#12 may be the answer to the errors I'm facing. Even overriding the proxies, I get walled off by (as of yet) unavoidable authentification.
Hey, I'd like to do something similar to https://github.com/danielgross/localpilot, which sets
github.copilot.advanced.debug.{testOverrideProxyUrl,overrideProxyUrl}
to a different URL insettings.json
in order to avoid having to access GitHub.I was unable to find any way to set
settings.json
variables in the ELisp code. I was also unsuccessful in hardcoding the appropriate values inagent.js
.What pieces are missing to avoid the proprietary remote APIs? Or would maybe just adding a way to pass settings into the JavaScript code be enough? If the functionality for passing settings already exists, I'd be super happy if you could point me to it.
Including debug messages I added, I get the following output messages upon
M-x copilot-diagnose
:The proxy I tried to hardcode in
agent.js
does not seem to be hit at all.The text was updated successfully, but these errors were encountered: