Skip to content

Commit

Permalink
Enable some features to improve the programming experience (#1022)
Browse files Browse the repository at this point in the history
* Update pxtarget.json

Enable addNewTypeScriptFile so that you can split your code into multiple files. Enable blocksCollapsing to collapse blocks for convenience. Turn off highContrast it doesn't work now. We'll see later...

* enable-errorlist-option

* Update pxtarget.json

Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>

---------

Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>
  • Loading branch information
THEb0nny and jwunderl authored May 18, 2023
1 parent af263c8 commit 6d222c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
"copyrightText": "LEGO, the LEGO logo, MINDSTORMS and the MINDSTORMS EV3 logo are trademarks and/ or copyrights of the LEGO Group. ©2018 The LEGO Group. All rights reserved.",
"crowdinProject": "makecode",
"selectLanguage": true,
"blocksCollapsing": true,
"highContrast": true,
"greenScreen": true,
"availableLocales": [
"en",
Expand All @@ -118,7 +120,6 @@
"zh-CN",
"fr"
],
"highContrast": true,
"lightToc": true,
"docMenu": [{
"name": "Support",
Expand Down Expand Up @@ -160,7 +161,9 @@
"extendFieldEditors": true,
"scriptManager": true,
"debugger": true,
"errorList": true,
"importExtensionFiles": true,
"addNewTypeScriptFile": true,
"experiments": [
"python",
"alwaysGithubItemBlocks"
Expand Down

0 comments on commit 6d222c5

Please sign in to comment.