chore(vscode): update extensions, settings, tasks (#22200)

This commit is contained in:
Jelle Meeus
2025-06-17 22:26:17 +02:00
committed by GitHub
parent 4f44add274
commit 4d2fe013fd
4 changed files with 26 additions and 19 deletions

View File

@@ -27,8 +27,7 @@
"xaver.clang-format",
"bbenoist.doxygen",
"ms-vscode.cpptools",
"austin.code-gnu-global",
"twxs.cmake",
"ms-vscode.cmake-tools",
"mhutchie.git-graph",
"github.vscode-pull-request-github",
"eamodio.gitlens",

View File

@@ -5,7 +5,7 @@
"xaver.clang-format",
"bbenoist.doxygen",
"ms-vscode.cpptools",
"twxs.cmake",
"ms-vscode.cmake-tools",
"mhutchie.git-graph",
"github.vscode-pull-request-github",
"eamodio.gitlens",

View File

@@ -115,8 +115,5 @@
"xutility": "cpp",
"*.ipp": "cpp",
"resumable": "cpp"
},
"deno.enable": true,
"deno.path": "deps/deno/bin/deno",
"deno.lint": true
}
}

35
.vscode/tasks.json vendored
View File

@@ -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",