Skip to content

Commit

Permalink
`MainThreadHostTreeView: [createInstance] First service dependency of…
Browse files Browse the repository at this point in the history
… CustomTreeView at position 4 conflicts with 2 static arguments` (#155160)

Fixes #155155
  • Loading branch information
alexr00 authored and jrieken committed Jul 18, 2022
1 parent d2eeaf6 commit 7f000ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ suite('MainThreadHostTreeView', function () {
id: testTreeViewId,
ctorDescriptor: null!,
name: 'Test View 1',
treeView: instantiationService.createInstance(CustomTreeView, 'testTree', 'Test Title'),
treeView: instantiationService.createInstance(CustomTreeView, 'testTree', 'Test Title', 'extension.id'),
};
ViewsRegistry.registerViews([viewDescriptor], container);

Expand Down

0 comments on commit 7f000ac

Please sign in to comment.