chore: restore default vscode build task (#2931)

This commit is contained in:
Richard Shiue 2023-07-05 11:04:18 +08:00 committed by GitHub
parent 323cb3b60f
commit 5d76a7864d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,10 +122,7 @@
"options": { "options": {
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
}, },
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"windows": { "windows": {
"options": { "options": {
"shell": { "shell": {
@ -238,4 +235,4 @@
} }
}, },
] ]
} }