From the course: Unboxing AI: Visual Studio Code and GitHub Copilot Deep Dive
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Understanding the different modes of Copilot
From the course: Unboxing AI: Visual Studio Code and GitHub Copilot Deep Dive
Understanding the different modes of Copilot
In my project, I have a standard setup for a regular dev project. You can see here I have the source folder that has the MCP server that I'm currently building. At the very top here, I also have two folders. I have the GitHub folder and the VS Code folder. In the GitHub folder, I have a ton of extra things happening, and that's what we'll be talking about today. To start, let me just show you what happens when I interact with the agent. To get to the GitHub Copilot agent in VS Code or in GitHub Codespaces, you go up to the top right-hand corner and click on the sidebar button. This brings the secondary sidebar up, that automatically hooks into Copilot. From here, you can chat with Copilot in different modes. You have the agent mode, which is the fully acting agent that will go in and make changes to your files and try to run command line, prompts, and do other things. You have the ask mode where you can just ask questions. So this is the most chat-like experience you can get. You have…
Contents
-
-
-
(Locked)
Understanding the different modes of Copilot2m 10s
-
(Locked)
Using Custom Instructions3m 28s
-
(Locked)
Setting up custom agents4m 55s
-
(Locked)
Using Skills to automate workflows3m 56s
-
(Locked)
Adding Skills to your agent setup2m 9s
-
(Locked)
Prompt Templates and slash commands6m 42s
-
(Locked)
Background agents and Cloud agents2m 13s
-
(Locked)
Adding and using remote MCP Servers1m 14s
-
(Locked)
-