Notebook Variable view follow-up (#198555)

* PR feedback follow-up

* fix API type issues
This commit is contained in:
Aaron Munger
2023-11-17 12:41:09 -08:00
committed by GitHub
parent 02f5ebe587
commit 8bc4783e37
6 changed files with 33 additions and 15 deletions

View File

@@ -1574,6 +1574,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
NotebookControllerAffinity2: extHostTypes.NotebookControllerAffinity2,
NotebookEdit: extHostTypes.NotebookEdit,
NotebookKernelSourceAction: extHostTypes.NotebookKernelSourceAction,
NotebookVariablesRequestKind: extHostTypes.NotebookVariablesRequestKind,
PortAttributes: extHostTypes.PortAttributes,
LinkedEditingRanges: extHostTypes.LinkedEditingRanges,
TestResultState: extHostTypes.TestResultState,