Perform Initial Tree Refresh
This commit is contained in:
parent
b6261c0d02
commit
d77e745897
@ -22,6 +22,8 @@ export class XmlTreeDataProvider implements TreeDataProvider<any> {
|
||||
workspace.onDidChangeTextDocument(() => {
|
||||
this._refreshTree();
|
||||
});
|
||||
|
||||
this._refreshTree();
|
||||
}
|
||||
|
||||
onDidChangeTreeData = this._onDidChangeTreeData.event;
|
||||
|
Loading…
Reference in New Issue
Block a user