Skip to content

Commit 2bbd50d

Browse files
authored
Do not automatically install arcade-skills plugins (#54136)
1 parent 99750ed commit 2bbd50d

4 files changed

Lines changed: 17 additions & 18 deletions

File tree

.claude/settings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/copilot/settings.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"extraKnownMarketplaces": {
3+
"dotnet-skills": {
4+
"source": {
5+
"source": "github",
6+
"repo": "dotnet/skills"
7+
}
8+
},
39
"dotnet-arcade-skills": {
410
"source": {
511
"source": "github",
612
"repo": "dotnet/arcade-skills"
713
}
814
}
915
},
10-
"enabledPlugins": {
11-
"dotnet-dnceng@dotnet-arcade-skills": true
12-
}
16+
"companyAnnouncements": [
17+
"Run `/plugin install dotnet-dnceng@dotnet-arcade-skills` to install useful plugins for investigating Helix and Azure Pipelines runs."
18+
]
1319
}

.github/skills~origin_main

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,12 @@ cmake/
5252
# Live Unit Testing
5353
*.lutconfig
5454

55-
# Claude code config files
55+
###############################################################################
56+
# Coding agents
57+
###############################################################################
58+
59+
# Claude Code user-local settings
5660
.claude/settings.local.json
61+
# GitHub Copilot CLI user-local settings
62+
# See https://docs.github.com/copilot/reference/copilot-cli-reference/cli-config-dir-reference#configuration-file-settings
63+
.github/copilot/settings.local.json

0 commit comments

Comments
 (0)