add right click menu support

This commit is contained in:
eleanorjboyd
2025-03-24 11:00:49 -07:00
parent 0c8a47fabc
commit 12df889920

View File

@@ -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"
},
{