Skip to content

Commit c2c2ee1

Browse files
authored
Add dotnet/skills marketplace and enable plugins (#13582)
Add `.github/copilot/settings.json` to configure Copilot agent plugin marketplaces and enable dotnet plugins: - `dotnet/arcade-skills` marketplace with `dotnet-dnceng` plugin - `dotnet/skills` marketplace with `dotnet`, `dotnet-msbuild`, `dotnet-nuget`, and `dotnet-test` plugins Relates to (and should replace a big part of) #13574
2 parents 20e03ef + fa6e7b0 commit c2c2ee1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/copilot/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extraKnownMarketplaces": {
3+
"dotnet-arcade-skills": {
4+
"source": {
5+
"source": "github",
6+
"repo": "dotnet/arcade-skills"
7+
}
8+
},
9+
"dotnet-skills": {
10+
"source": {
11+
"source": "github",
12+
"repo": "dotnet/skills"
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)