put fix/explain with copilot directly in the status bar (#233927)

* put copilot fix and explain in status bar

* fix up actions

* watch for execution error within the viewmodel

* make observable publicly readonly

* remove unused service

* fix tests

* remove unused import
This commit is contained in:
Aaron Munger
2024-11-15 11:36:12 -08:00
committed by GitHub
parent 10c9715567
commit b8ad8f5101
11 changed files with 211 additions and 67 deletions

View File

@@ -1700,6 +1700,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
NotebookEditorRevealType: extHostTypes.NotebookEditorRevealType,
NotebookCellOutput: extHostTypes.NotebookCellOutput,
NotebookCellOutputItem: extHostTypes.NotebookCellOutputItem,
CellErrorStackFrame: extHostTypes.CellErrorStackFrame,
NotebookCellStatusBarItem: extHostTypes.NotebookCellStatusBarItem,
NotebookControllerAffinity: extHostTypes.NotebookControllerAffinity,
NotebookControllerAffinity2: extHostTypes.NotebookControllerAffinity2,