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 c59af52 commit 3d4ffaaCopy full SHA for 3d4ffaa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.2.51",
+ "version": "0.2.52",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/FileEditor/TextEditor.tsx
@@ -308,6 +308,8 @@ const FileEditor = ({
308
);
309
}, [fileContent]);
310
311
+ console.log(language)
312
+
313
return (
314
<Editor
315
width="100%"
0 commit comments