Skip to content

Commit 77cee09

Browse files
authored
Update SimSidebar flag to new language-based setting (#6579)
In microbit, all tutorials use this layout.
1 parent cb25ccc commit 77cee09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pxtarget.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,11 @@
602602
"tours": {
603603
"editor": "/tours/editor-tour"
604604
},
605-
"tutorialSimSidebarLayout": true,
605+
"tutorialSimSidebarLangs": [
606+
"blocks",
607+
"javascript",
608+
"python"
609+
],
606610
"preferWebUSBDownload": true,
607611
"hideReplaceMyCode": true,
608612
"matchWebUSBDeviceInSim": true,

0 commit comments

Comments
 (0)