mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-08 00:26:51 +01:00
Enhance chat commands: add review command and refine conditions for explain command (#3270)
https://github.com/microsoft/vscode/issues/290828
This commit is contained in:
@@ -4389,8 +4389,13 @@
|
||||
"chat/editor/inlineGutter": [
|
||||
{
|
||||
"command": "github.copilot.chat.explain",
|
||||
"when": "!github.copilot.interactiveSession.disabled",
|
||||
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection",
|
||||
"group": "2_chat@2"
|
||||
},
|
||||
{
|
||||
"command": "github.copilot.chat.review",
|
||||
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection && config.github.copilot.chat.reviewSelection.enabled",
|
||||
"group": "2_chat@3"
|
||||
}
|
||||
],
|
||||
"chat/input/editing/sessionToolbar": [
|
||||
|
||||
Reference in New Issue
Block a user