mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(vscode): update extensions, settings, tasks (#22200)
This commit is contained in:
@@ -27,8 +27,7 @@
|
|||||||
"xaver.clang-format",
|
"xaver.clang-format",
|
||||||
"bbenoist.doxygen",
|
"bbenoist.doxygen",
|
||||||
"ms-vscode.cpptools",
|
"ms-vscode.cpptools",
|
||||||
"austin.code-gnu-global",
|
"ms-vscode.cmake-tools",
|
||||||
"twxs.cmake",
|
|
||||||
"mhutchie.git-graph",
|
"mhutchie.git-graph",
|
||||||
"github.vscode-pull-request-github",
|
"github.vscode-pull-request-github",
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
|
|||||||
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@@ -5,7 +5,7 @@
|
|||||||
"xaver.clang-format",
|
"xaver.clang-format",
|
||||||
"bbenoist.doxygen",
|
"bbenoist.doxygen",
|
||||||
"ms-vscode.cpptools",
|
"ms-vscode.cpptools",
|
||||||
"twxs.cmake",
|
"ms-vscode.cmake-tools",
|
||||||
"mhutchie.git-graph",
|
"mhutchie.git-graph",
|
||||||
"github.vscode-pull-request-github",
|
"github.vscode-pull-request-github",
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
|
|||||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -115,8 +115,5 @@
|
|||||||
"xutility": "cpp",
|
"xutility": "cpp",
|
||||||
"*.ipp": "cpp",
|
"*.ipp": "cpp",
|
||||||
"resumable": "cpp"
|
"resumable": "cpp"
|
||||||
},
|
}
|
||||||
"deno.enable": true,
|
|
||||||
"deno.path": "deps/deno/bin/deno",
|
|
||||||
"deno.lint": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
35
.vscode/tasks.json
vendored
35
.vscode/tasks.json
vendored
@@ -13,18 +13,7 @@
|
|||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "AzerothCore: Import/update database",
|
"label": "AzerothCore: Download client-data",
|
||||||
"type": "shell",
|
|
||||||
"command": "./acore.sh db-assembler import-all",
|
|
||||||
"group": "build",
|
|
||||||
"presentation": {
|
|
||||||
"reveal": "always",
|
|
||||||
"panel": "new"
|
|
||||||
},
|
|
||||||
"problemMatcher": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "AzerothCore: download client-data",
|
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./acore.sh client-data",
|
"command": "./acore.sh client-data",
|
||||||
"group": "none",
|
"group": "none",
|
||||||
@@ -59,6 +48,28 @@
|
|||||||
},
|
},
|
||||||
"problemMatcher": []
|
"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)",
|
"label": "AzerothCore: Run authserver (restarter)",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
|||||||
Reference in New Issue
Block a user