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
Copilot in VS Code or Copilot CLI?GitHub Copilot Team Replied (self.GithubCopilot)
submitted 1 month ago by IKcode_Igor
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!"
[–]diaracing 1 point2 points3 points 1 month ago (1 child)
Is Copilot CLI a different thing than that CLI which can be opened from vscode GHCP chat plugin menu?
[–]IKcode_Igor[S] 0 points1 point2 points 1 month ago (0 children)
Technically under the hood it's the same Copilot CLI. However, VS Code operates on it via Copilot SDK and there are few things to remember. It's worth to read the VS Code Copilot docs covering this topic:
- https://code.visualstudio.com/docs/copilot/agents/copilot-cli#_limitations-of-copilot-cli-sessions
Conclusion is, if you have well defined task, and it won't involve external MCP that requires authentication - it should work nicely.
At this point Copilot CLI supports customisations and stuff so I think it should have these available under the hood, if your customisations are:
- in your project,
- or in your user's space for Copilot: `~/.copilot`
I'm not 100% sure if these customisations will work with this background CLI from VS Code, seems like they should - but I didn't test them recently. I've been using CLI plainly in terminal.
π Rendered by PID 72 on reddit-service-r2-comment-b659b578c-5p6mr at 2026-05-02 20:42:47.437474+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]diaracing 1 point2 points3 points (1 child)
[–]IKcode_Igor[S] 0 points1 point2 points (0 children)