Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up🤖 User test baselines have changed for revertAwaitedType #11
Conversation
c9e477b
to
75cbaff
2167776
to
06ea5a4
06ea5a4
to
102ca07
| Type 'awaited U' is not assignable to type 'U'. | ||
| 'U' could be instantiated with an arbitrary type which could be unrelated to 'awaited U'. | ||
| [XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/search/common/searchModel.ts(609,21): Type 'FileMatch | FileMatch[]' must have a '[Symbol.iterator]()' method that returns an iterator. | ||
| [XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts(215,2): Type '{ collapseByDefault: true; identityProvider: { getId(el: IAsyncDataTreeNode<TInput, T>): { toString(): string; }; } | undefined; dnd: AsyncDataTreeNodeListDragAndDrop<TInput, T> | undefined; ... 31 more ...; horizontalScrolling?: boolean | undefined; } | undefined' is not assignable to type 'IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData> | undefined'. |
rbuckton
Mar 26, 2020
This looks to actually be due to microsoft#36539
This looks to actually be due to microsoft#36539
7f3dced
to
fc14de5
6f66814
to
0193feb
c192d96
to
3819a59
This test run was triggerd by a request on microsoft#37610
Please review the diff and merge if no changes are unexpected.
You can view the build log here.
cc @rbuckton