(context: IExtensionContext, isDevMode: boolean)
| 5 | import { addClearCacheCommand } from './clearCache'; |
| 6 | |
| 7 | export function registerTypes(context: IExtensionContext, isDevMode: boolean) { |
| 8 | addClearCacheCommand(context, isDevMode); |
| 9 | } |
nothing calls this directly
no test coverage detected