Skip to content

Ship Copilot as a built-in extension#302778

Draft
joaomoreno wants to merge 26 commits intomainfrom
joao/copilot-builtin
Draft

Ship Copilot as a built-in extension#302778
joaomoreno wants to merge 26 commits intomainfrom
joao/copilot-builtin

Conversation

@joaomoreno
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings March 18, 2026 11:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds GitHub Copilot (as an extension source) to the repo by introducing it as a Git submodule under extensions/.

Changes:

  • Added extensions/copilot as a submodule pinned to a specific commit.
  • Added .gitmodules configuration to track the new submodule.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
extensions/copilot Adds a gitlink entry pinning the extension submodule to a specific commit.
.gitmodules Registers the extensions/copilot submodule and defines its remote URL.

@@ -0,0 +1,3 @@
[submodule "extensions/copilot"]
path = extensions/copilot
url = https://github.com/microsoft/vscode-copilot-chat
@@ -0,0 +1,3 @@
[submodule "extensions/copilot"]
path = extensions/copilot
url = https://github.com/microsoft/vscode-copilot-chat
Comment on lines +1 to +3
[submodule "extensions/copilot"]
path = extensions/copilot
url = https://github.com/microsoft/vscode-copilot-chat
Co-authored-by: Copilot <copilot@github.com>
@joaomoreno joaomoreno force-pushed the joao/copilot-builtin branch from c0c326e to 68ef7cd Compare March 19, 2026 10:23
@joaomoreno joaomoreno force-pushed the joao/copilot-builtin branch from 2bbdac8 to 4e4a578 Compare March 22, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants