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