8000 GitHub - e-marchand/instructions: instructions for copilot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

e-marchand/instructions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Copilot Instructions

A simple guide to customizing Copilot's behavior via instruction files.

Overview

This project provides a way to enhance and tailor GitHub Copilot's code generation by adding custom instruction files to your projects or globally in your VS Code environment.

Installation

For a Specific Project

  1. Create a .github/instructions directory in your project (if it doesn't exist).
  2. Copy all *.instructions.md files you want Copilot to use into this directory.
  3. Ensure the VS Code setting ⚙ chat.codeGeneration.useInstructionFiles is enabled.

For All VS Code Projects (Global Setup)

  1. Download this project.
  2. Add the path to the downloaded project in your VS Code settings under ⚙ chat.instructionsFilesLocations.

Usage

  • Copilot will automatically read and apply the instruction files from your specified locations.

Requirements

  • VS Code with Copilot extension installed
  • The required settings enabled as described above

License

MIT


Enhance your coding experience by guiding Copilot with your own instructions!

About

instructions for copilot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0