()
| 104 | } |
| 105 | |
| 106 | private getBuiltInSettings(): ISettings { |
| 107 | const editorOptions = this.editorService.getState().editorOptions; |
| 108 | const theme = this.colorThemeService.getColorTheme(); |
| 109 | const locale = this.localeService.getCurrentLocale(); |
| 110 | return new SettingsModel(theme.id, editorOptions!, locale?.id); |
| 111 | } |
| 112 | |
| 113 | public getDefaultSettingsTab(): BuiltInSettingsTabType { |
| 114 | const { BuiltInSettingsTab } = this.builtinService.getModules(); |
no test coverage detected