Skip to content

Commit

Permalink
Initialize Monaco theme as part of init
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Nov 30, 2023
1 parent a8b3a4a commit 2fd804c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/console/src/monaco/MonacoUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ class MonacoUtils {
MonacoUtils.registerGetWorker(getWorker);
}

const { registerLanguages } = MonacoUtils;
const { initTheme, registerLanguages } = MonacoUtils;

initTheme();

registerLanguages([DbLang, PyLang, GroovyLang, LogLang, ScalaLang]);

Expand Down

0 comments on commit 2fd804c

Please sign in to comment.