mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
Fix build
This commit is contained in:
parent
ef75b80163
commit
df6e2e96a5
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ export class ExtensionTipsService extends Disposable implements IExtensionTipsSe
|
|||
// 10 sec for regular extensions
|
||||
// 3 secs for important
|
||||
|
||||
fetchPromise = timeout(calledDuringStartup ? 10000 : 0).then(_ => Promise.all([this.fetchDynamicWorkspaceRecommendations(), this.fetchExecutableRecommendations(false), importantExeBasedRecommendations]));
|
||||
fetchPromise = timeout(calledDuringStartup ? 10000 : 0).then(_ => Promise.all([this.fetchDynamicWorkspaceRecommendations(), this.fetchExecutableRecommendations(false)]));
|
||||
|
||||
}
|
||||
return fetchPromise;
|
||||
|
|
Loading…
Reference in a new issue