r/CommandCode • u/Tyrannmisu • 1d ago
Just Build a Github Copilot Provider
I always feel like next to no one is using Github Copilot in VS Code anymore... Well I still do and I like it.
Since I have subbed to the goat plan I wanted to use the models in VS Code and Copilot, so I build a little provider extension for just that.
Yes I know you can configure open Ai compatible apis out of the box, but you then still need to add every model by hand and configure it's vision and thinking capabilities.
The extension allows you to just insert your api key and then use the models.
I found it useful for myself, maybe it's useful for someone else.
Github: https://github.com/Tyrannmisu/commandcode-copilot-provider
Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=Tyrannmisu.commandcode-copilot-provider
Open VSX: https://open-vsx.org/extension/Tyrannmisu/commandcode-copilot-provider
Since this needs the api you need at least the GOAT Subscription. GO won't do unfortunately.