We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4ffaa commit e1584f9Copy full SHA for e1584f9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.2.52",
+ "version": "0.2.53",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/FileEditor/TextEditor.tsx
@@ -314,7 +314,7 @@ const FileEditor = ({
314
<Editor
315
width="100%"
316
height="100%"
317
- defaultLanguage="python"
+ defaultLanguage={language}
318
defaultValue=""
319
language={language}
320
value={fileContent}
0 commit comments