All options are case-insensitive and true
false
1
0
on
off
yes
no
y
n
are all valid boolean values.
Set the initial code when showing editor. Defaults to a Hello World program.
Whether use light theme or dark theme. Defaults to user's last time choice or system preference.
Whether enable Clangd and Language Client. Defaults to true
.
Set the editor's display language. Defaults to English. Available value: cs
de
es
fr
it
ja
ko
pl
pt-br
qps-ploc
ru
tr
zh-hans
zh-hant
. (This list could be found in the source of monaco-editor-wrapper
).
Whether to automatically run the code when editor is ready. If "showOnly"
is provided, the runner panel is shown but won't run the code. Defaults to false
.
Whether enable embed <iframe>
message handlers see here. When passing embed=true
, iframe-resizer is also enabled so you can resize to your host container size freely. Defaults to false
.