From ca7b1863252ae9001aca241fa067a17921e285f5 Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:28:55 +0800 Subject: [PATCH] chore: remove misleading vscode launch task (#4217) --- frontend/.vscode/launch.json | 10 ---------- 1 file changed, 10 deletions(-) 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",