From the course: Build AI-Enhanced CI/CD Pipelines: Automate Code Reviews, PR Summaries & GitHub Issues with Copilot & Claude

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Install GitHub Copilot and pick models for ToDo app development

Install GitHub Copilot and pick models for ToDo app development

- [Instructor] The first thing we need to do is to install the GitHub Copilot extension. For that, I clicked on this icon, looked at installed. I have this extension installed, but if you are new with this VS Code setup, if you search for Copilot, you will find GitHub Copilot here. I already have this installed, but the button will say Install, and that's your first step to integrate AI tools into your own workspace on your machine. Now, once you do that, automatically see this icon which says Chat. All you need to do is click here, and a new window will open up, so your current window will divide into two parts. I'm going to go back to the Explorer view so that I can also open one of the files over here. Let's say I open the package.json. Now, the typical development workflow works in a way that you chat on your right or the left, wherever your window is, and your code is on the other side of it, and then you…

Contents