Skip to content

Commit

Permalink
Update simulator extension docs and config (#5981)
Browse files Browse the repository at this point in the history
* add sample simx to targetconfig.json

* add empty testSimulatorExtensions, update simx-sample sha

* update config, docs
  • Loading branch information
eanders-ms authored Oct 7, 2024
1 parent ff073f4 commit 91eb2c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/extensions/build-your-own.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ Go to the MakeCode extension documentation and see the [getting started](https:/
Extensions are also known, and referred to, as _packages_. The term _package_ is currently used in the MakeCode documentation for developing and deploying extensions.

## ~


## See also

[Simulator extensions](./simulator-extensions.md)
4 changes: 2 additions & 2 deletions targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,9 @@
"pythom1234/pxt-oled": { "tags": [ "Lights and Display" ] },
"softsmyth/lectrify-b4k": { "tags": [ "Robotics" ] },
"davidnsousa/sonification": { "tags": [ "Software" ] },
"eanders-ms/simx-sample": {
"microsoft/pxt-simx-sample": {
"simx": {
"sha": "6555401f995fac26ebafbaf1f1b1261ae72a05b3",
"sha": "24e0315d3715c2e5ca1acf9947893085459a38e1",
"devUrl": "http://localhost:5173"
}
}
Expand Down

0 comments on commit 91eb2c9

Please sign in to comment.