File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { Logger } from './trace/logger';
88import  {  setupConfiguration  }  from  './configuration' ; 
99
1010let  logger : Logger ; 
11- let  reporter : TelemetryReporter ; 
1211let  currentDecoration : vscode . TextEditorDecorationType  =  warningDecorationType ; 
1312let  ranges : ComposedSmell [ ]  =  [ ] ; 
1413let  hovers : vscode . Disposable [ ]  =  [ ] ; 
@@ -50,7 +49,6 @@ export function activate(context: vscode.ExtensionContext) {
5049    vscode . commands . registerCommand ( smellyCommandSignature ,  ( )  =>  { 
5150      generateHighlighting ( context ) ; 
5251    } ) ) ; 
53-   context . subscriptions . push ( reporter ) ; 
5452
5553  smellyStatusBar  =  vscode . window . createStatusBarItem ( vscode . StatusBarAlignment . Left ,  100 ) ; 
5654  smellyStatusBar . command  =  smellyCommandSignature ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments