From eaec35f730ca7262082d34a4871c12ef8d5727a0 Mon Sep 17 00:00:00 2001 From: Levi Lesches Date: Mon, 5 May 2025 02:52:19 -0400 Subject: [PATCH] Fixed launch.json --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ab807aa..ecc1d2d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,8 @@ "cwd": "src\\client", "request": "launch", "type": "dart", - "args": ["-d", "chrome", "--dart-define-from-file=.env"], + "deviceId": "chrome", + "args": ["--dart-define-from-file=.env"], "program": "lib/main.dart", }, ]