Use affinity over priority

This commit is contained in:
Johannes Rieken
2021-04-22 16:43:36 +02:00
parent a385ea15bd
commit 97344537a5
4 changed files with 8 additions and 8 deletions

View File

@@ -1253,7 +1253,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
NotebookCellOutput: extHostTypes.NotebookCellOutput,
NotebookCellOutputItem: extHostTypes.NotebookCellOutputItem,
NotebookCellStatusBarItem: extHostTypes.NotebookCellStatusBarItem,
NotebookControllerPriority: extHostTypes.NotebookControllerPriority,
NotebookControllerAffinity: extHostTypes.NotebookControllerAffinity,
LinkedEditingRanges: extHostTypes.LinkedEditingRanges,
TestItemStatus: extHostTypes.TestItemStatus,
TestResultState: extHostTypes.TestResultState,