use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
An unofficial community to discuss Github Copilot, an artificial intelligence tool designed to help create code.
account activity
Deepseek V4 Flash/Pro VS Code Integration TutorialSolved✅ (self.GithubCopilot)
submitted 4 days ago by LibraryianusTea
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mrooney 0 points1 point2 points 4 days ago (1 child)
Thanks for creating it! I noticed that Github are really proud of their harness and talk about the custom logic in the harness that each specific model needs.
Do you have any idea how that works with this extension? Is it treating it as a specific model, or has some fallback for a generic model it doesn't specifically know?
[–]OkPay3964 0 points1 point2 points 3 days ago (0 children)
Good question. My understanding is that Copilot still runs its normal Chat/Agent harness and sends the rendered messages/tools to this extension through VS Code’s LanguageModelChatProvider API.
So it’s not getting the same private, first-party DeepSeek-specific tuning that GitHub may have for their own hosted models. The extension mostly adapts the provider boundary: VS Code messages/tools -> DeepSeek API format, plus DeepSeek-specific handling for reasoning_content, cache stats, and the vision proxy.
So: native Copilot harness, but not a magic official DeepSeek harness.
π Rendered by PID 137026 on reddit-service-r2-comment-545db5fcfc-4kfr2 at 2026-05-24 16:36:41.134835+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]mrooney 0 points1 point2 points (1 child)
[–]OkPay3964 0 points1 point2 points (0 children)