File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 8888    "configuration" : {
8989      "title" : " ResX Editor"  ,
9090      "properties" : {
91-         "resx-editor.experimentalDelete" : {
92-           "type" : " boolean"  ,
93-           "default" : true ,
94-           "description" : " Enable experimental delete functionality" 
95-         },
9691        "resx-editor.verboseLogging" : {
9792          "type" : " boolean"  ,
9893          "default" : false ,
10499      "webview/context" : [
105100        {
106101          "command" : " resx-editor.deleteResource"  ,
107-           "when" : " config.resx-editor.experimentalDelete == true &&  activeCustomEditorId == 'resx-editor.editor'" 
102+           "when" : " activeCustomEditorId == 'resx-editor.editor'" 
108103        }
109104      ],
110105      "editor/title" : [
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ export class ResxProvider implements vscode.CustomTextEditorProvider {
4040    try  { 
4141      printChannelOutput ( document . uri . toString ( ) ,  true ) ; 
4242      if  ( ! this . registered )  { 
43-         printChannelOutput ( "deleteResource command registered" ,  true ) ; 
4443        this . registered  =  true ; 
4544        let  deleteCommand  =  vscode . commands . registerCommand ( AppConstants . deleteResourceCommand ,  ( )  =>  { 
4645
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments