npm scripts tree is empty when activated while explorer view is not visible #7738
Labels
bug
bugs found in the application
help wanted
issues meant to be picked up, require help
tree
issues related to the tree (ex: tree widget)
vscode
issues related to VSCode compatibility
Bug Description:
When npm builtin extension is activated while explorer view is not visible , npm scripts tree stays empty.
Steps to Reproduce:
Only browser refresh resolves this.
Note: This issue also happen with other trees, npm is just a convenient example.
I tried to debug the browser code and found that
onDidChangeVisibility
is not fired in this case:theia/packages/core/src/browser/widgets/widget.ts
Line 163 in 0a691e2
Additional Information
The text was updated successfully, but these errors were encountered: