File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import type { HostingIntegrationId } from '../../constants.integrations';
88import  type  {  Container  }  from  '../../container' ; 
99import  {  executeCommand ,  registerCommand  }  from  '../../system/-webview/command' ; 
1010import  {  configuration  }  from  '../../system/-webview/configuration' ; 
11+ import  {  once  }  from  '../../system/event' ; 
1112import  {  groupByMap  }  from  '../../system/iterable' ; 
1213import  {  wait  }  from  '../../system/promise' ; 
1314import  {  pluralize  }  from  '../../system/string' ; 
@@ -41,10 +42,9 @@ export class LaunchpadIndicator implements Disposable {
4142			provider . onDidRefresh ( this . onLaunchpadRefreshed ,  this ) , 
4243			configuration . onDidChange ( this . onConfigurationChanged ,  this ) , 
4344			container . integrations . onDidChangeConnectionState ( this . onConnectedIntegrationsChanged ,  this ) , 
45+ 			once ( container . onReady ) ( this . onReady ,  this ) , 
4446			...this . registerCommands ( ) , 
4547		) ; 
46- 
47- 		void  this . onReady ( ) ; 
4848	} 
4949
5050	dispose ( )  { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments