Skip to content

Commit a2e0aab

Browse files
authored
fix monaco version (#1348)
* fix misleading comment * fix version of monaco
1 parent 76411b3 commit a2e0aab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

frontend/src/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ if ((environment as any).saas) {
7676

7777
bootstrapApplication(AppComponent, {
7878
providers: [
79-
importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot(),
79+
importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot({
80+
editorVersion: '0.44.0'
81+
}),
8082
// ...saasExtraModules,
8183
NgxThemeModule.forRoot(colorConfig, {
8284
frameworks: ['material'], // optional, default : ['tailwind', 'material']

0 commit comments

Comments
 (0)