(current)
| 142 | return t5; |
| 143 | } |
| 144 | function _temp(current) { |
| 145 | return { |
| 146 | ...current, |
| 147 | autoConnectIde: false |
| 148 | }; |
| 149 | } |
| 150 | export function shouldShowDisableAutoConnectDialog(): boolean { |
| 151 | const config = getGlobalConfig(); |
| 152 | return !isSupportedTerminal() && config.autoConnectIde === true; |
nothing calls this directly
no outgoing calls
no test coverage detected