forked from external/vscode-xml
		
	Perform Initial Tree Refresh
This commit is contained in:
		
							parent
							
								
									b6261c0d02
								
							
						
					
					
						commit
						d77e745897
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -22,6 +22,8 @@ export class XmlTreeDataProvider implements TreeDataProvider<any> {
 | 
			
		|||
        workspace.onDidChangeTextDocument(() => {
 | 
			
		||||
            this._refreshTree();
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        this._refreshTree();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    onDidChangeTreeData = this._onDidChangeTreeData.event;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue