Delete .vscode directory

This commit is contained in:
commitimpush 2022-09-01 12:12:57 +02:00 committed by GitHub
parent 4d9bce1876
commit 49bdc78ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
.vscode/launch.json vendored
View file

@ -1,25 +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": "flutter_image_picker",
"request": "launch",
"type": "dart",
},
{
"name": "flutter_image_picker (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "flutter_image_picker (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}