Skip to content

Commit 37baeb6

Browse files
authored
fix - further reduce Copilot label use (#1212)
1 parent 5fc1f45 commit 37baeb6

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
@@ -2002,7 +2002,7 @@
20022002
"title": "%github.copilot.git.resolveMergeConflicts%",
20032003
"icon": "$(chat-sparkle)",
20042004
"enablement": "!github.copilot.interactiveSession.disabled",
2005-
"category": "GitHub Copilot"
2005+
"category": "Chat"
20062006
},
20072007
{
20082008
"command": "github.copilot.devcontainer.generateDevContainerConfig",
@@ -2023,7 +2023,7 @@
20232023
{
20242024
"command": "github.copilot.chat.attachFile",
20252025
"title": "%github.copilot.chat.attachFile%",
2026-
"category": "GitHub Copilot"
2026+
"category": "Chat"
20272027
},
20282028
{
20292029
"command": "github.copilot.chat.attachSelection",
@@ -2045,7 +2045,7 @@
20452045
"command": "github.copilot.debug.inlineEdit.reportNotebookNESIssue",
20462046
"title": "%github.copilot.command.inlineEdit.reportNotebookNESIssue%",
20472047
"enablement": "config.github.copilot.chat.advanced.notebook.alternativeNESFormat.enabled || github.copilot.chat.enableEnhancedNotebookNES",
2048-
"category": "GitHub Copilot Developer"
2048+
"category": "Developer"
20492049
},
20502050
{
20512051
"command": "github.copilot.debug.generateSTest",

0 commit comments

Comments
 (0)