Skip to content

Commit

Permalink
Merge branch 'master' into extension-add-craft-and-code
Browse files Browse the repository at this point in the history
  • Loading branch information
abchatra authored Nov 26, 2024
2 parents 669d113 + 8ebd67b commit 7bf19e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 0 additions & 6 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,6 @@
"localHostUrl": "http://localhost:3000/microbit-robot/?parentOrigin=$PARENT_ORIGIN$",
"aspectRatio": 1.22,
"permanent": true
},
"arcadeshield": {
"url": "https://microsoft.github.io/pxt-arcadeshield/?parentOrigin=$PARENT_ORIGIN$",
"localHostUrl": "http://localhost:3000/?parentOrigin=$PARENT_ORIGIN$",
"aspectRatio": 1.22,
"permanent": true
}
},
"testSimulatorExtensions": {},
Expand Down
10 changes: 8 additions & 2 deletions targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,21 +465,27 @@
"pythom1234/pxt-oled": { "tags": [ "Lights and Display" ] },
"softsmyth/lectrify-b4k": { "tags": [ "Robotics" ] },
"davidnsousa/sonification": { "tags": [ "Software" ] },
"shahart/heb-microbit": { "tags": [ "Software" ] },
"kitronikltd/pxt-kitronik-craft-and-code": { "tags": [ "Robotics" ] },
"microsoft/pxt-simx-sample": {
"simx": {
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
"devUrl": "http://localhost:5173"
}
},
"shahart/heb-microbit": { "tags": [ "Software" ] },
"microbit-foundation/pxt-microbit-ml": {
"simx": {
"sha": "e349a2feaae9f84a24ebd56716209ef74e1758d2",
"devUrl": "http://localhost:5173",
"aspectRatio": 3.45
}
},
"kitronikltd/pxt-kitronik-craft-and-code": { "tags": [ "Robotics" ] }
"microbit-apps/pxt-arcadeshield": {
"simx": {
"sha": "5bac5ff5b80621b53b746e4bbe252e406b992bdb",
"devUrl": "http://localhost:3000"
}
}
},
"approvedEditorExtensionUrls": [
"https://microsoft.github.io/ml4f/",
Expand Down

0 comments on commit 7bf19e8

Please sign in to comment.