* Checks if we're running via Conductor * @returns true if running via Conductor, false otherwise
()
| 109 | * @returns true if running via Conductor, false otherwise |
| 110 | */ |
| 111 | function isConductor(): boolean { |
| 112 | return process.env.__CFBundleIdentifier === 'com.conductor.app' |
| 113 | } |
| 114 | |
| 115 | export const JETBRAINS_IDES = [ |
| 116 | 'pycharm', |
nothing calls this directly
no outgoing calls
no test coverage detected