mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
chore: restore default vscode build task (#2931)
This commit is contained in:
parent
323cb3b60f
commit
5d76a7864d
1 changed files with 2 additions and 5 deletions
7
frontend/.vscode/tasks.json
vendored
7
frontend/.vscode/tasks.json
vendored
|
|
@ -122,10 +122,7 @@
|
|||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"group": "build",
|
||||
"windows": {
|
||||
"options": {
|
||||
"shell": {
|
||||
|
|
@ -238,4 +235,4 @@
|
|||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue