mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user