Skip to content

Commit 543e624

Browse files
joshspicerCopilot
andauthored
Rename customization context keys in when-clauses (#4907)
Update chat/customizations/create menu when-clauses to use the renamed context keys from VS Code: - aiCustomizationManagementHarness -> chatCustomizationSessionType - aiCustomizationManagementSection -> chatCustomizationSection Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 62f266e commit 543e624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5619,17 +5619,17 @@
56195619
"chat/customizations/create": [
56205620
{
56215621
"command": "copilot.claude.agents",
5622-
"when": "aiCustomizationManagementHarness == claude-code && aiCustomizationManagementSection == agents",
5622+
"when": "chatCustomizationSessionType == claude-code && chatCustomizationSection == agents",
56235623
"group": "navigation@1"
56245624
},
56255625
{
56265626
"command": "copilot.claude.hooks",
5627-
"when": "aiCustomizationManagementHarness == claude-code && aiCustomizationManagementSection == hooks",
5627+
"when": "chatCustomizationSessionType == claude-code && chatCustomizationSection == hooks",
56285628
"group": "navigation@1"
56295629
},
56305630
{
56315631
"command": "copilot.claude.memory",
5632-
"when": "aiCustomizationManagementHarness == claude-code && aiCustomizationManagementSection == instructions",
5632+
"when": "chatCustomizationSessionType == claude-code && chatCustomizationSection == instructions",
56335633
"group": "navigation@1"
56345634
}
56355635
]

0 commit comments

Comments
 (0)