mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
chore(vscode): update extensions, settings, tasks (#22200)
This commit is contained in:
35
.vscode/tasks.json
vendored
35
.vscode/tasks.json
vendored
@@ -13,18 +13,7 @@
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "AzerothCore: Import/update database",
|
||||
"type": "shell",
|
||||
"command": "./acore.sh db-assembler import-all",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "AzerothCore: download client-data",
|
||||
"label": "AzerothCore: Download client-data",
|
||||
"type": "shell",
|
||||
"command": "./acore.sh client-data",
|
||||
"group": "none",
|
||||
@@ -59,6 +48,28 @@
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "AzerothCore: Check codestyle cpp",
|
||||
"type": "shell",
|
||||
"command": "python apps/codestyle/codestyle-cpp.py",
|
||||
"group": "none",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "AzerothCore: Check codestyle sql",
|
||||
"type": "shell",
|
||||
"command": "python apps/codestyle/codestyle-sql.py",
|
||||
"group": "none",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "AzerothCore: Run authserver (restarter)",
|
||||
"type": "shell",
|
||||
|
||||
Reference in New Issue
Block a user