From 274da2b76666324ed94c30872f3ed4e287277ba6 Mon Sep 17 00:00:00 2001 From: Kima Date: Wed, 7 Jun 2023 21:21:35 +0200 Subject: [PATCH] ok --- .gitignore | 2 ++ .vscode/launch.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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