Skip to content

Commit

Permalink
Remove unused VS Code launch configs (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Dec 9, 2023
1 parent 89bd64a commit 9af3ca1
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,59 +24,6 @@
],
"program": "app/lib/main_dev.dart"
},
{
"name": "[Profiling] - Production flavor",
"type": "dart",
"request": "launch",
"args": [
"--profile",
"--flavor",
"prod"
],
"program": "app/lib/main_prod.dart"
},
{
"name": "[Profiling] - Development flavor",
"type": "dart",
"request": "launch",
"args": [
"--profile",
"--flavor",
"dev"
],
"program": "app/lib/main_dev.dart"
},
{
"name": "[Release] - Production Run flavor",
"request": "launch",
"type": "dart",
"args": [
"--release",
"--flavor",
"prod"
],
"program": "app/lib/main_prod.dart"
},
{
"name": "[Release] - Web with SKIA",
"request": "launch",
"type": "dart",
"args": [
"--release",
"--dart-define=FLUTTER_WEB_USE_SKIA=true",
],
"program": "app/lib/main_dev.dart"
},
{
"name": "Web with CanvasText",
"request": "launch",
"type": "dart",
"args": [
"--dart-define=FLUTTER_WEB_USE_EXPERIMENTAL_CANVAS_TEXT=true",
"--web-enable-expression-evaluation"
],
"program": "app/lib/main_dev.dart"
},
{
"name": "Website",
"request": "launch",
Expand Down

0 comments on commit 9af3ca1

Please sign in to comment.