(ide_3, index)
| 196 | return t11; |
| 197 | } |
| 198 | function _temp3(ide_3, index) { |
| 199 | return <Box key={index} paddingLeft={3}><Text dimColor={true}>• {ide_3.name}: {formatWorkspaceFolders(ide_3.workspaceFolders)}</Text></Box>; |
| 200 | } |
| 201 | function _temp2(ide_2) { |
| 202 | return ide_2.name === "VS Code" || ide_2.name === "Visual Studio Code"; |
| 203 | } |
nothing calls this directly
no test coverage detected