Support for collaboration with Visual Studio / Github Copilot? #87
jaycenornin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First off, love this extension! THIS is how I want to use AI in my coding!
I've set this up in VS 2022 and am using it with llama.cpp running Gemma 4 on my homelab. I've got tons of system RAM for large model context, but of course I'm broke and my models are slow and tiny and frequently under-perform or leave tasks incomplete.
Does this MCP Server offer Visual Studio / Github Copilot chat as an available tool/skill/endpoint?
If not, how hard would that be to implement?
My thinking is I could load deep project context into my llama.cpp model where I have plenty of context size (but slow performance and middling quality). But instead of attempting to modify the VS project itself, my local model could pass assignments to VS Copilot (in
agentmode) and then check Copilot's work against the larger project requirements I fed it. This would let me take advantage of my local Gemma for orchestration and management, while using the higher quality Github Copilot gives me without chewing up my free Github token limit on broad context not applicable to the current task.Beta Was this translation helpful? Give feedback.
All reactions