diff --git a/.gitignore b/.gitignore index fd3ee13..ddfc58b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ filcnaplo/linux/flutter/generated_plugin_registrant.cc filcnaplo/linux/flutter/generated_plugin_registrant.h filcnaplo/linux/flutter/generated_plugins.cmake filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift +.vscode/ + \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 5f383eb..40d57a6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,7 +27,7 @@ "cwd": "filcnaplo", "request": "launch", "type": "dart", - "flutterMode": "release" + "flutterMode": "debug" } ] } \ No newline at end of file