mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
// 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": "story_player",
|
|
"request": "launch",
|
|
"type": "dart"
|
|
},
|
|
{
|
|
"name": "story_player (profile mode)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"flutterMode": "profile"
|
|
},
|
|
{
|
|
"name": "story_player (release mode)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"flutterMode": "release"
|
|
},
|
|
{
|
|
"name": "Flutter Emulator",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"deviceId": "emulator"
|
|
},
|
|
{
|
|
"name": "Flutter Device",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"deviceId": "all"
|
|
},
|
|
{
|
|
"name": "Flutter Desktop",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"deviceId": "windows" // Change this to 'macos' or 'linux' depending on your desktop platform
|
|
},
|
|
{
|
|
"name": "Flutter Desktop (Linux)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"deviceId": "linux" // Change this to 'macos' or 'linux' depending on your desktop platform
|
|
}
|
|
]
|
|
} |