Skip to content

Commit c9e0168

Browse files
committed
Fix coreExtensions list
1 parent 1095f7d commit c9e0168

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/extension-support/extension-manager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ const coreExtensions = [
3838
'sensing',
3939
'operators',
4040
'variables',
41-
'JSON',
42-
'myBlocks',
43-
'Comments'
41+
'json',
42+
'procedures',
43+
'comments'
4444
];
4545

4646
/**

0 commit comments

Comments
 (0)