()
| 39 | * can check the same condition consistently. |
| 40 | */ |
| 41 | export function isKeybindingCustomizationEnabled(): boolean { |
| 42 | return getFeatureValue_CACHED_MAY_BE_STALE( |
| 43 | 'tengu_keybinding_customization_release', |
| 44 | false, |
| 45 | ) |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Time in milliseconds to wait for file writes to stabilize. |
no test coverage detected