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
thought it might be valuable to share a modification that I have been using personally now for a few days.
The issue: My company gives us access to copilot, but only through their private GitHub Enterprise (.Com) instance. I love the plugin but could only continue to use it by changing the hardcoded urls to point to our instance. However, this could also be made configurable. So proposition:
introduce config keys for setting basically the github url
adjust the built-in copilot provider to use configurable urls
PR : #1343 (comment)
feedback very welcome, I am completely new to lua :)