()
| 670 | } |
| 671 | |
| 672 | public static getVisibleInstance(): ClineProvider | undefined { |
| 673 | return findLast(Array.from(this.activeInstances), (instance) => instance.view?.visible === true) |
| 674 | } |
| 675 | |
| 676 | public static getAllInstances(): ClineProvider[] { |
| 677 | return Array.from(this.activeInstances) |
no test coverage detected