Build system updates

This commit is contained in:
Isaac
2025-11-19 00:03:25 +08:00
parent 5a2d74d53d
commit abc6997985
2 changed files with 0 additions and 22 deletions

20
.vscode/launch.json vendored
View File

@@ -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",

View File

@@ -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