mirror of
https://github.com/DungeonPaper/dungeon-paper-app.git
synced 2026-05-17 17:58:11 +00:00
38 lines
811 B
JSON
38 lines
811 B
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": "Flutter",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "lib/main.dart",
|
|
"env": {
|
|
"CHROME_EXECUTABLE": "brave",
|
|
},
|
|
"args": [
|
|
// "-d518e84af",
|
|
]
|
|
}, {
|
|
"name": "Flutter (verbose)",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "lib/main.dart",
|
|
"args": [
|
|
// "--flavor",
|
|
// "development"
|
|
// "-d711KPNY0809287",
|
|
// "--observatory-port 9933",
|
|
"-v"
|
|
],
|
|
},
|
|
{
|
|
"name": "Tests",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "./test/"
|
|
}, ]
|
|
}
|