Skip to content

Commit 91eb2c9

Browse files
authored
Update simulator extension docs and config (#5981)
* add sample simx to targetconfig.json * add empty testSimulatorExtensions, update simx-sample sha * update config, docs
1 parent ff073f4 commit 91eb2c9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/extensions/build-your-own.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ Go to the MakeCode extension documentation and see the [getting started](https:/
1717
Extensions are also known, and referred to, as _packages_. The term _package_ is currently used in the MakeCode documentation for developing and deploying extensions.
1818

1919
## ~
20+
21+
22+
## See also
23+
24+
[Simulator extensions](./simulator-extensions.md)

targetconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,9 @@
465465
"pythom1234/pxt-oled": { "tags": [ "Lights and Display" ] },
466466
"softsmyth/lectrify-b4k": { "tags": [ "Robotics" ] },
467467
"davidnsousa/sonification": { "tags": [ "Software" ] },
468-
"eanders-ms/simx-sample": {
468+
"microsoft/pxt-simx-sample": {
469469
"simx": {
470-
"sha": "6555401f995fac26ebafbaf1f1b1261ae72a05b3",
470+
"sha": "24e0315d3715c2e5ca1acf9947893085459a38e1",
471471
"devUrl": "http://localhost:5173"
472472
}
473473
}

0 commit comments

Comments
 (0)