Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused VS Code launch configs #1183

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

nilsreichardt
Copy link
Member

No description provided.

Comment on lines -27 to -79
{
"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"
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jonas-Sander Do you use these configs?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

@nilsreichardt nilsreichardt added this pull request to the merge queue Dec 9, 2023
Merged via the queue into main with commit 9af3ca1 Dec 9, 2023
26 checks passed
@nilsreichardt nilsreichardt deleted the remove-unused-launch-config branch December 9, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants