Challenge 04 - Customizing GitHub Copilot in Your IDE

< Previous Challenge - Home - Next Challenge >

Introduction

GitHub Copilot becomes significantly more useful when it understands the context, standards, and expectations of your project. In this challenge, you will customize Copilot within your IDE by creating custom instructions and installing a custom agent to interact with Copilot in specialized ways.

Description

GitHub Copilot can be customized within the IDE in multiple ways. Custom instructions define behavior that applies across all Copilot interactions, while custom agents (also known as chat modes) provide specialized, task-focused assistance.

In this challenge you will:

Success Criteria

You will have successfully completed this challenge when you:

Learning Resources