diff --git a/frontend/.vscode/launch.json b/frontend/.vscode/launch.json index 0f11de76bd..1bc6978a44 100644 --- a/frontend/.vscode/launch.json +++ b/frontend/.vscode/launch.json @@ -69,16 +69,6 @@ }, "cwd": "${workspaceRoot}/appflowy_flutter" }, - { - "name": "AF-iOS-Simulator: Build Dart only", - "request": "launch", - "program": "./lib/main.dart", - "type": "dart", - "env": { - "RUST_LOG": "trace" - }, - "cwd": "${workspaceRoot}/appflowy_flutter" - }, { "name": "AF-iOS-Simulator: Build All", "request": "launch",