| 1 | import { ISettings, SettingsEvent } from 'mo/model/settings'; |
| 2 | import 'reflect-metadata'; |
| 3 | import { SettingsService } from '../settingsService'; |
| 4 | import { BuiltInColorTheme } from '../theme/colorThemeService'; |
nothing calls this directly
no test coverage detected