From db9fc36287e4df2cd54f39a720c8d28b76961409 Mon Sep 17 00:00:00 2001 From: Kherel Date: Wed, 24 Feb 2021 11:36:43 +0100 Subject: [PATCH] fix --- .gitignore | 2 +- .vscode/launch.json | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 9d532b18a0..6317d647ef 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 201d6fc1a3..0000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "selfprivacy", - "request": "launch", - "type": "dart" - } - ] -} \ No newline at end of file