mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
Merge pull request #560 from ENsu/add_flutter_clean
fix: add flutter clean
This commit is contained in:
commit
c1b2614c6e
1 changed files with 10 additions and 0 deletions
10
frontend/.vscode/tasks.json
vendored
10
frontend/.vscode/tasks.json
vendored
|
@ -16,6 +16,7 @@
|
|||
"dependsOn": [
|
||||
"AF: Clean",
|
||||
"AF: build_flowy_sdk",
|
||||
"AF: Flutter Clean",
|
||||
"AF: Flutter Pub Get",
|
||||
"AF: Flutter Package Get",
|
||||
"AF: Generate Language Files",
|
||||
|
@ -69,6 +70,7 @@
|
|||
"type": "shell",
|
||||
"dependsOrder": "sequence",
|
||||
"dependsOn": [
|
||||
"AF: Flutter Clean",
|
||||
"AF: Flutter Pub Get",
|
||||
"AF: Flutter Package Get",
|
||||
"AF: Generate Language Files",
|
||||
|
@ -83,6 +85,14 @@
|
|||
"panel": "new"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "AF: Flutter Clean",
|
||||
"type": "shell",
|
||||
"command": "flutter clean",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/app_flowy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "AF: Flutter Pub Get",
|
||||
"type": "shell",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue