-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgithub-copilot.json
More file actions
17 lines (17 loc) · 1015 Bytes
/
github-copilot.json
File metadata and controls
17 lines (17 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://github.com/features/copilot",
"@type": "schema:SoftwareApplication",
"name": "GitHub Copilot",
"description": "GitHub Copilot is an AI-powered code completion and automatic programming assistant developed by GitHub and OpenAI. It supports users across multiple integrated development environments (IDEs) including Visual Studio Code, Visual Studio, Neovim, and JetBrains by providing intelligent code suggestions and autocompletion to boost developer productivity.",
"url": "https://github.com/features/copilot",
"applicationCategory": [
{ "@id": "rs:PrototypeTool", "@type": "@id" },
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" },
{ "@id": "rs:AnalysisCode", "@type": "@id" }
],
"isAccessibleForFree": false,
"hasQualityDimension": { "@id": "dim:sustainability", "@type": "@id" },
"license": "https://github.com/customer-terms/github-copilot-product-specific-terms",
"howToUse": ["online-service"]
}