Skip to main content
VS Code is known as the most popular code editor among developers. It’s open source and free to use. VS Code has built-in GitHub Copilot support for AI code completion and you can configure it to use Bruno as your AI agent. GitHub Copilot is a powerful AI agent that can help you write code faster and more efficiently.

Configure GitHub Copilot with Bruno

  1. Download and install VS Code from here.
  2. After installing VS Code, install the GitHub Copilot extension.
  3. Create a copilot-instructions.md file inside the .github folder at the root of your project.
Your project folder structure should look like this:
my-project
.github
copilot-instructions.md
src
app.js
server.js
package.json
.gitignore
You can write your own instructions for Copilot to follow while working on the collection or you can use the default instructions provided by Bruno.
For example workflows and prompts, see Use cases.