From d5b9063f78c5fea115a2c65df6e938db4b497622 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 12 Dec 2023 16:01:23 +0700 Subject: [PATCH] chore: revert flutterMode (#4135) --- frontend/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.vscode/launch.json b/frontend/.vscode/launch.json index 9d18551829..380e99d386 100644 --- a/frontend/.vscode/launch.json +++ b/frontend/.vscode/launch.json @@ -15,7 +15,7 @@ "RUST_LOG": "debug", }, // uncomment the following line to testing performance. - "flutterMode": "profile", + // "flutterMode": "profile", "cwd": "${workspaceRoot}/appflowy_flutter" }, {