()
| 285 | } |
| 286 | |
| 287 | async function configureWindsurf(): Promise<TerminalSetupResult> { |
| 288 | return configureVSCodeStyle('Windsurf', 'Windsurf'); |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Main terminal setup function that detects and configures the current terminal. |
no test coverage detected