mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Notebook Variable view follow-up (#198555)
* PR feedback follow-up * fix API type issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user