Skip to content

Commit a819144

Browse files
authored
Adding a group to chat sessions command (#7591)
1 parent b449c1a commit a819144

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3370,7 +3370,8 @@
33703370
"chat/chatSessions": [
33713371
{
33723372
"command": "pr.openDescription",
3373-
"when": "chatSessionType == copilot-swe-agent"
3373+
"when": "chatSessionType == copilot-swe-agent",
3374+
"group": "inline"
33743375
}
33753376
]
33763377
},

0 commit comments

Comments
 (0)