Skip to content

Commit 48c5d32

Browse files
Switch to live version of MakeCode (#375)
1 parent d5c2e29 commit 48c5d32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Editor.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const Editor = forwardRef<MakeCodeFrameDriver, EditorProps>(function Editor(
2525
return (
2626
<MakeCodeFrame
2727
ref={ref}
28-
// TODO: Remove version and use the default once our sim extension is live there.
29-
version="beta"
3028
controllerId={controllerId}
3129
controller={2}
3230
initialProjects={initialProjects}

0 commit comments

Comments
 (0)