Files
fcs/.vscode/launch.json
Sai Naw Wun 4c851d9971 add skeleton
2020-05-28 21:50:32 +06:30

10 lines
168 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart"
}
]
}