From ab58888dd4e52bc9e0f118c308b998f52d48d64c Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Fri, 22 Nov 2024 13:19:25 -0800 Subject: [PATCH 1/3] move to new sim extension (#6017) * move to new sim extension * Update targetconfig.json Co-authored-by: Eric Anderson --------- Co-authored-by: Eric Anderson --- targetconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/targetconfig.json b/targetconfig.json index 835e6f6737e..0ea26ad35be 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -478,6 +478,12 @@ "devUrl": "http://localhost:5173", "aspectRatio": 3.45 } + }, + "microbit-apps/pxt-arcadeshield": { + "simx": { + "sha": "98c47e4eaeceeb6bf0e26099743df2fdd2b5dd50", + "devUrl": "http://localhost:3000" + } } }, "approvedEditorExtensionUrls": [ From 5b26fbf0c1b83cb1ff289991df1ac65a07b84536 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Fri, 22 Nov 2024 13:59:50 -0800 Subject: [PATCH 2/3] move forward (#6018) --- targetconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index 0ea26ad35be..5916becaf08 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -481,7 +481,7 @@ }, "microbit-apps/pxt-arcadeshield": { "simx": { - "sha": "98c47e4eaeceeb6bf0e26099743df2fdd2b5dd50", + "sha": "5bac5ff5b80621b53b746e4bbe252e406b992bdb", "devUrl": "http://localhost:3000" } } From 8ebd67bcee6a1f533aa9e1a743b751fc1991bd78 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Mon, 25 Nov 2024 10:08:10 -0800 Subject: [PATCH 3/3] remove old plumbing (#6019) --- pxtarget.json | 6 ------ targetconfig.json | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 09922bf75e8..e211230993f 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -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": {}, diff --git a/targetconfig.json b/targetconfig.json index 5916becaf08..37765ce3fe9 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -480,6 +480,7 @@ } }, "microbit-apps/pxt-arcadeshield": { + "tags": [ "Graphics and Display" ], "simx": { "sha": "5bac5ff5b80621b53b746e4bbe252e406b992bdb", "devUrl": "http://localhost:3000"