MCPcopy Create free account
hub / github.com/DTStack/molecule / constructor

Method constructor

src/services/settingsService.ts:97–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 private readonly builtinService: IBuiltinService;
96
97 constructor() {
98 super();
99 this.editorService = container.resolve(EditorService);
100 this.localeService = container.resolve(LocaleService);
101 this.colorThemeService = container.resolve(ColorThemeService);
102 this.builtinService = container.resolve(BuiltinService);
103 this.settings = this.getBuiltInSettings();
104 }
105
106 private getBuiltInSettings(): ISettings {
107 const editorOptions = this.editorService.getState().editorOptions;

Callers

nothing calls this directly

Calls 1

getBuiltInSettingsMethod · 0.95

Tested by

no test coverage detected