()
| 34 | } |
| 35 | |
| 36 | public async refresh(): Promise<void> { |
| 37 | this.cp.dispose(); |
| 38 | this.cp = this.launchRHelpServer(); |
| 39 | await this.cp.port; |
| 40 | } |
| 41 | |
| 42 | public launchRHelpServer(): ChildProcessWithPort{ |
| 43 | const lim = '---vsc---'; |
nothing calls this directly
no test coverage detected