zhiminy commited on
Commit
dec7fc4
·
verified ·
1 Parent(s): 3e73e7f

Add active attribute to copilot.json

Browse files
Files changed (1) hide show
  1. copilot.json +8 -1
copilot.json CHANGED
@@ -1 +1,8 @@
1
- {"agent_name": "GitHub Copilot", "github_identifier": "copilot", "organization": "GitHub", "description": "GitHub Copilot is an AI pair programmer that helps you write code faster and with less effort. It suggests whole lines or blocks of code as you type, based on the context of your project.", "website": "https://github.com/features/copilot"}
 
 
 
 
 
 
 
 
1
+ {
2
+ "agent_name": "GitHub Copilot",
3
+ "github_identifier": "copilot",
4
+ "organization": "GitHub",
5
+ "description": "GitHub Copilot is an AI pair programmer that helps you write code faster and with less effort. It suggests whole lines or blocks of code as you type, based on the context of your project.",
6
+ "website": "https://github.com/features/copilot",
7
+ "active": true
8
+ }