()
| 196 | // marketplace stays stuck on the empty "all installed" state. Retry until |
| 197 | // the package.json actually arrives so re-opening always re-fetches. |
| 198 | const requestPackageJson = () => |
| 199 | devtoolsEventClient.emit('mounted', undefined) |
| 200 | |
| 201 | let refetchAttempts = 0 |
| 202 | const refetchInterval = setInterval(() => { |
no test coverage detected