parent
6203c1d4a6
commit
7f27a18998
4 changed files with 19 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||||
|
{ |
||||||
|
// 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": "flutter-quill", |
||||||
|
"request": "launch", |
||||||
|
"type": "dart", |
||||||
|
"program": "app/lib/main.dart" |
||||||
|
}, |
||||||
|
|
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue