From 41093c5ba6001b576adaf555ae6ee42748f4e471 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:22:08 -0400 Subject: [PATCH] build: update codespace `on-create-command` (#47820) build: update codespace on-create-command Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr --- .devcontainer/on-create-command.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/on-create-command.sh b/.devcontainer/on-create-command.sh index b6a9318d9760..426ad0412d05 100755 --- a/.devcontainer/on-create-command.sh +++ b/.devcontainer/on-create-command.sh @@ -58,13 +58,13 @@ if [ ! -f $buildtools/configs/evm.testing.json ]; then }, \"\$schema\": \"file:///home/builduser/.electron_build_tools/evm-config.schema.json\", \"configValidationLevel\": \"strict\", - \"reclient\": \"$1\", - \"preserveXcode\": 5 + \"remoteBuild\": \"reclient\", + \"preserveSDK\": 5 } " >$buildtools/configs/evm.testing.json } - write_config remote_exec + write_config e use testing else