Github Copilot is becoming open source and about to be integrated into the VS Code Core
https://code.visualstudio.com/blogs/2025/05/19/openSourceAIEditor
I wonder what this means for Void.
Is Void going to refactor for this upcoming update?
I do have an incomplete PR which I will definitely finish up when the API becomes public.
Great question. It doesn't immediately impact us, since a lot of the UI and internals we've built are still not possible with an extension (which is what they're open sourcing).
However it's obviously an indication that VSCode wants people building extensions on top of their core product, instead of forking it. We'll see what happens - we always imagined moving Void beyond a VSCode fork in the long run anyway, just a matter of when.
I also responded to a similar question in #665.