()
| 672 | iconPath = new vscode.ThemeIcon('refresh'); |
| 673 | |
| 674 | async callBack(){ |
| 675 | await doWithProgress(() => this.wrapper.rHelp.refresh(), this.wrapper.viewId); |
| 676 | this.rootNode.pkgRootNode?.refresh(); |
| 677 | this.rootNode.refresh(); |
| 678 | } |
| 679 | } |
| 680 | |
| 681 | class OpenForSelectionNode extends NonRootNode { |
nothing calls this directly
no test coverage detected