Skip to content

Commit

Permalink
Add make release
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Feb 23, 2025
1 parent b72f817 commit 227120e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
"--concurrency=12"
],
"args": []
}
},
{
"name": "Tag - make release",
"type": "dart",
"program": "tool/tag.dart",
"request": "launch",
"flutterMode": "release",
"cwd": "${workspaceFolder}",
"args": [],
"env": {}
},
]
}

0 comments on commit 227120e

Please sign in to comment.