remove notebook dependency from build edits

Signed-off-by: Johannes Rieken <johannes.rieken@gmail.com>
This commit is contained in:
Johannes Rieken
2021-03-04 18:19:50 +01:00
parent 128e9b502d
commit 5ba5f986b9
2 changed files with 2 additions and 4 deletions

View File

@@ -170,7 +170,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
rpcProtocol.assertRegistered(expected);
// Other instances
const extHostBulkEdits = new ExtHostBulkEdits(rpcProtocol, extHostDocumentsAndEditors, extHostNotebook);
const extHostBulkEdits = new ExtHostBulkEdits(rpcProtocol, extHostDocumentsAndEditors);
const extHostClipboard = new ExtHostClipboard(rpcProtocol);
const extHostMessageService = new ExtHostMessageService(rpcProtocol, extHostLogService);
const extHostDialogs = new ExtHostDialogs(rpcProtocol);