mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
#47262 Fix tests
This commit is contained in:
@@ -133,7 +133,7 @@ class ExtHostTreeView<T> extends Disposable {
|
||||
this.refreshPromise = this.refreshPromise.then(() => refreshingPromise);
|
||||
}
|
||||
return last ? [...last, current] : [current];
|
||||
}, 200, true)(elements => {
|
||||
}, 200)(elements => {
|
||||
const _promiseCallback = promiseCallback;
|
||||
refreshingPromise = null;
|
||||
this.refresh(elements).then(() => _promiseCallback());
|
||||
|
||||
Reference in New Issue
Block a user