allow microbit-robot simulator (#5405)

* allow microbit-robot simulator

Adds microbit-robot repo to allowed simulator paths

* register message simulator

* Update targetconfig.json
This commit is contained in:
Peli de Halleux 2023-11-14 09:16:27 -08:00 коммит произвёл GitHub
Родитель 06881fa8e9
Коммит 2085db7638
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -252,6 +252,12 @@
"localHostUrl": "http://localhost:8000/tools/makecode-sim?webusb=0&parentOrigin=$PARENT_ORIGIN$",
"aspectRatio": 1.22,
"permanent": true
},
"robot": {
"url": "https://microsoft.github.io/microbit-robot/?parentOrigin=$PARENT_ORIGIN$",
"localHostUrl": "http://localhost:8000/?parentOrigin=$PARENT_ORIGIN$",
"aspectRatio": 1.22,
"permanent": true
}
},
"boardDefinition": {