We will open source the code in the GitHub Copilot Chat extension under the MIT license, then carefully refactor the relevant components of the extension into VS Code core.
The auto-complete in VSCode is one of the few AI use cases that I actually find useful. Passing a whole bunch of args in a python class function call to set instance variables just becomes that little bit less tedious. Lots of little things like that add up to nice time savings.
The “ask copilot” features are absolutely terrible though.
hendrik@palaver.p3x.de 10 months ago
So they're open-sourcing some minor glue to connect to an API of a big proprietary online service, or what's this about?
ilmagico@lemmy.world 10 months ago
For example, that someone could fork it and make it use a local or self-hosted LLM instead. Yes I know, other alternatives exist (Continue extension) but aren’t that good.
nagaram@startrek.website 10 months ago
I wouldn’t hate that. I’ve been meaning to try some AI extension to add to my VSCodium install to talk to my self hosted AI instance.
It would be fun to compare it to a de-microsoted extension