diff --git a/.vscode/launch.json b/.vscode/launch.json index e21f3f8c..4a7c8618 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,17 @@ "type": "dart", "program": "lib/main_dev.dart" }, + { + "name": "Debug (web)", + "cwd": "mih_ui", + "request": "launch", + "type": "dart", + "program": "lib/main_dev.dart", + "args": [ + "--web-port", + "1995" + ] + }, { "name": "Profile", "cwd": "mih_ui",