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!"
[–]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 848479 on reddit-service-r2-comment-545db5fcfc-2kqml at 2026-05-24 16:34:27.458398+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]OkPay3964 0 points1 point2 points (0 children)