From abc699798583bd6ee4c44707134bc080aac78d7c Mon Sep 17 00:00:00 2001 From: Isaac <> Date: Wed, 19 Nov 2025 00:03:25 +0800 Subject: [PATCH] Build system updates --- .vscode/launch.json | 20 -------------------- scripts/Telegram | 2 -- 2 files changed, 22 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fcf9ca4a0b..b8a02ce9f7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,26 +12,6 @@ "internalConsoleOptions": "openOnSessionStart", "timeout": 1000 }, - { - "type": "swift", - "request": "launch", - "args": [], - "cwd": "${workspaceFolder:Telegram}", - "name": "Debug sourcekit-bazel-bsp", - "preLaunchTask": "swift: Build Debug sourcekit-bazel-bsp", - "target": "sourcekit-bazel-bsp", - "configuration": "debug" - }, - { - "type": "swift", - "request": "launch", - "args": [], - "cwd": "${workspaceFolder:Telegram}", - "name": "Release sourcekit-bazel-bsp", - "preLaunchTask": "swift: Build Release sourcekit-bazel-bsp", - "target": "sourcekit-bazel-bsp", - "configuration": "release" - } ], "options": { "console": "integratedTerminal", diff --git a/scripts/Telegram b/scripts/Telegram index 8bcb1ad1ac..efd83a0c5d 100755 --- a/scripts/Telegram +++ b/scripts/Telegram @@ -309,8 +309,6 @@ def persistent_simulator( sim_device: str, sim_os_version: str, ) -> str: - return "C4EDF56A-4B14-442F-B4D6-4B665E0495D2" - """Finds or creates a persistent compatible Apple simulator. Boots the simulator if needed. Does not shut down or delete the simulator when