Skip to content

Commit 3144096

Browse files
authored
Add "show chat debug view" to view title menu (#258)
1 parent 66b4bf7 commit 3144096

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,6 +3156,10 @@
31563156
"submenu": "github.copilot.chat.debug.filter",
31573157
"when": "view == copilot-chat",
31583158
"group": "navigation"
3159+
},
3160+
{
3161+
"command": "github.copilot.debug.showChatLogView",
3162+
"when": "view == workbench.panel.chat.view.copilot"
31593163
}
31603164
],
31613165
"view/item/context": [
@@ -3846,4 +3850,4 @@
38463850
"string_decoder": "npm:[email protected]",
38473851
"node-gyp": "npm:[email protected]"
38483852
}
3849-
}
3853+
}

0 commit comments

Comments
 (0)