You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/list/listPaging.ts(58,53): Argument of type 'awaited TElement' is not assignable to parameter of type 'TElement'.
8
-
[XX:XX:XX] Error: /vscode/extensions/github-authentication/src/common/utils.ts(64,3): Argument of type '(result: U) => U' is not assignable to parameter of type '(value: awaited U) => U | PromiseLike<U>'.
9
-
Types of parameters 'result' and 'value' are incompatible.
10
-
Type 'awaited U' is not assignable to type 'U'.
11
-
'U' could be instantiated with an arbitrary type which could be unrelated to 'awaited U'.
7
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.ts(75,24): No overload matches this call.
8
+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
9
+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
10
+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
14
+
Types of parameters 'value' and 'value' are incompatible.
15
+
Type 'void' is not assignable to type 'boolean'.
16
+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
17
+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
18
+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
19
+
Type 'IteratorResult<Promise<boolean> | CancelablePromise<void>, any>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
20
+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
21
+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorYieldResult<boolean | PromiseLike<boolean>>'.
22
+
Type 'Promise<boolean> | CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
23
+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
24
+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
25
+
[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.
26
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickopen/browser/commandsHandler.ts(456,9): No overload matches this call.
27
+
Overload 1 of 2, '(values: readonly (void | PromiseLike<void>)[]): Promise<void>', gave the following error.
28
+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
29
+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
33
+
Types of parameters 'value' and 'value' are incompatible.
34
+
Type 'boolean' is not assignable to type 'void'.
35
+
Overload 2 of 2, '(values: Iterable<void | PromiseLike<void>>): Promise<void>', gave the following error.
36
+
Argument of type '(Promise<void> | Promise<boolean>)[]' is not assignable to parameter of type 'Iterable<void | PromiseLike<void>>'.
37
+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
38
+
Type 'IteratorResult<Promise<void> | Promise<boolean>, any>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
39
+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
40
+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorYieldResult<void | PromiseLike<void>>'.
41
+
Type 'Promise<void> | Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
42
+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
43
+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
44
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickaccess/browser/commandsQuickAccess.ts(34,47): No overload matches this call.
45
+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
46
+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
47
+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
48
+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
49
+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
50
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(216,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
51
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.ts(75,24): No overload matches this call.
52
+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
53
+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
54
+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
58
+
Types of parameters 'value' and 'value' are incompatible.
59
+
Type 'void' is not assignable to type 'boolean'.
60
+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
61
+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
62
+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
63
+
Type 'IteratorResult<Promise<boolean> | CancelablePromise<void>, any>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
64
+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
65
+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorYieldResult<boolean | PromiseLike<boolean>>'.
66
+
Type 'Promise<boolean> | CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
67
+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
68
+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
69
+
[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.
70
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickopen/browser/commandsHandler.ts(456,9): No overload matches this call.
71
+
Overload 1 of 2, '(values: readonly (void | PromiseLike<void>)[]): Promise<void>', gave the following error.
72
+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
73
+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
77
+
Types of parameters 'value' and 'value' are incompatible.
78
+
Type 'boolean' is not assignable to type 'void'.
79
+
Overload 2 of 2, '(values: Iterable<void | PromiseLike<void>>): Promise<void>', gave the following error.
80
+
Argument of type '(Promise<void> | Promise<boolean>)[]' is not assignable to parameter of type 'Iterable<void | PromiseLike<void>>'.
81
+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
82
+
Type 'IteratorResult<Promise<void> | Promise<boolean>, any>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
83
+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
84
+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorYieldResult<void | PromiseLike<void>>'.
85
+
Type 'Promise<void> | Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
86
+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
87
+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
88
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickaccess/browser/commandsQuickAccess.ts(34,47): No overload matches this call.
89
+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
90
+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
91
+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
92
+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
93
+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
94
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(216,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
12
95
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
13
96
14
97
15
98
16
99
Standard error:
17
-
[XX:XX:XX] 'compile' errored after ?s
18
-
[XX:XX:XX] Error: Found 1 errors
100
+
[XX:XX:XX] 'compile' errored after
101
+
[XX:XX:XX] Error: Found 5 errors
19
102
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
20
103
at _end (/vscode/node_modules/through/index.js:65:9)
21
104
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
22
-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
23
-
at Object.onceWrapper (events.js:286:20)
24
-
at StreamFilter.emit (events.js:203:15)
25
-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
26
-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
27
-
at process._tickCallback (internal/process/next_tick.js:63:19)
105
+
at Stream.onend (internal/streams/legacy.js:42:10)
106
+
at Stream.emit (events.js:203:15)
107
+
at Stream.EventEmitter.emit (domain.js:466:23)
108
+
at drain (/vscode/node_modules/through/index.js:34:23)
109
+
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
110
+
at Stream.end (/vscode/node_modules/through/index.js:15:35)
111
+
at _end (/vscode/node_modules/through/index.js:65:9)
0 commit comments