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 a92db6f commit 5b38ba6Copy full SHA for 5b38ba6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.2.61",
+ "version": "0.2.62",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/FileEditor/FileEditor.tsx
@@ -278,6 +278,8 @@ const FileEditor = ({
278
changeZoomLevel((prevZoom) => prevZoom - 1);
279
};
280
281
+ console.log(fileLanguageRef.current)
282
+
283
return (
284
<>
285
<EditorKeybindModal
0 commit comments