Chat-related commands should not be available on web (without backend) (fix #241873) (#242954)

* Chat-related commands should not be available on web (without backend) (fix #241873)

* Remove notebook.cellOutput.addToChat from command palette

* Only show "Toggle agent mode" when chat enabled

* Show notebook.cellOutput.addToChat only when chat enabled

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
This commit is contained in:
Benjamin Pasero
2025-03-08 18:58:26 +01:00
committed by GitHub
parent 6c1b5d0712
commit d70596e87b
14 changed files with 46 additions and 25 deletions

View File

@@ -74,7 +74,8 @@
{
"command": "notebook.cellOutput.addToChat",
"title": "%addCellOutputToChat.title%",
"category": "Notebook"
"category": "Notebook",
"enablement": "chatIsEnabled"
},
{
"command": "notebook.cellOutput.openInTextEditor",