mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Flutter",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/lib/main.dart"
|
|
},
|
|
],
|
|
"compounds": []
|
|
} |