()
| 136 | |
| 137 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 138 | getCli(): Record<string, any> | undefined { |
| 139 | return this.workspace.extensions['cli'] as Record<string, unknown>; |
| 140 | } |
| 141 | |
| 142 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 143 | getProjectCli(projectName: string): Record<string, any> | undefined { |
no outgoing calls
no test coverage detected