Community
Participate
Working Groups
var params = PageUtil.matchResourceParameters();
var navigate = params.navigate, resource = params.resource;
if (!navigate) {
var root = params.navigate || this.lastRoot || this.fileClient.fileServiceRootURL(resource || ""); //$NON-NLS-0$
var root = this.lastRoot || this.fileClient.fileServiceRootURL(resource || ""); //$NON-NLS-0$
this.explorer.loadRoot(root).then(function(){
if (!_self.explorer) { return; }
_self.explorer.updateCommands();
_self.explorer.reveal(_self.editorInputManager.getFileMetadata(), true);
});
}
},
destroy: function() {
if (this.explorer) {