We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dc56d commit 9074801Copy full SHA for 9074801
src/pages/Recording/Recording.js
@@ -244,7 +244,7 @@ const Recording = (props) => {
244
<MonacoEditor
245
width="100%"
246
height="75vh"
247
- language={monacoMap[languageId] || 71}
+ language={monacoMap[languageId] || "python"}
248
theme="vs-dark"
249
options={{
250
selectOnLineNumbers: true,
src/pages/StudentEditor/StudentEditor.js
@@ -146,7 +146,7 @@ const StudentEditor = (props) => {
146
147
148
149
150
151
152
0 commit comments