mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
add right click menu support
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
},
|
||||
{
|
||||
"command": "notebook.cellOutput.addToChat",
|
||||
"when": "webviewId == 'notebook.output' && webviewSection == 'image'",
|
||||
"when": "webviewId == 'notebook.output' && (webviewSection == 'text' || webviewSection == 'image')",
|
||||
"group": "context@2"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user