@vscode/chat-lib 0.3.1-1 → 0.3.1-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/package.json +10 -0
- package/package.json +1 -1
package/dist/src/package.json
CHANGED
|
@@ -2636,6 +2636,12 @@
|
|
|
2636
2636
|
"title": "%github.copilot.command.checkoutPullRequestReroute.title%",
|
|
2637
2637
|
"icon": "$(git-pull-request)",
|
|
2638
2638
|
"category": "GitHub Pull Request"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"command": "github.copilot.chat.cloudSessions.openRepository",
|
|
2642
|
+
"title": "%github.copilot.command.cloudSessions.openRepository.title%",
|
|
2643
|
+
"icon": "$(repo)",
|
|
2644
|
+
"category": "GitHub Copilot"
|
|
2639
2645
|
}
|
|
2640
2646
|
],
|
|
2641
2647
|
"configuration": [
|
|
@@ -4521,6 +4527,10 @@
|
|
|
4521
4527
|
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
4522
4528
|
"when": "false"
|
|
4523
4529
|
},
|
|
4530
|
+
{
|
|
4531
|
+
"command": "github.copilot.chat.cloudSessions.openRepository",
|
|
4532
|
+
"when": "false"
|
|
4533
|
+
},
|
|
4524
4534
|
{
|
|
4525
4535
|
"command": "github.copilot.nes.captureExpected.start",
|
|
4526
4536
|
"when": "github.copilot.inlineEditsEnabled"
|