()
| 198 | * Returns instructions for enabling the Python API in iTerm2. |
| 199 | */ |
| 200 | export function getPythonApiInstructions(): string[] { |
| 201 | return [ |
| 202 | 'Almost done! Enable the Python API in iTerm2:', |
| 203 | '', |
| 204 | ' iTerm2 → Settings → General → Magic → Enable Python API', |
| 205 | '', |
| 206 | 'After enabling, you may need to restart iTerm2.', |
| 207 | ] |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Marks that it2 setup has been completed successfully. |
no outgoing calls
no test coverage detected