summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2025-07-01 15:35:54 +0200
committerGitHub <noreply@github.com>2025-07-01 15:35:54 +0200
commite1b2689c3a2b1395323d2fc58588b1e1b3c07c53 (patch)
treef36a888ec1fef286ac59607c8a513668286e4065 /.devcontainer
parentd3130f0d39064d03bed969c7bc135ebb6066442f (diff)
feat(bash): startup-scripts reworked + bash scripts workflow integration (#22401)
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json37
1 files changed, 21 insertions, 16 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index cdf6fc887c..06b65aafdd 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -17,24 +17,29 @@
"workspaceFolder": "/azerothcore",
// Set *default* container specific settings.json values on container create.
- "settings": {
- "terminal.integrated.shell.linux": null
+ "customizations": {
+ "vscode": {
+ "settings": {
+ "terminal.integrated.shell.linux": null
+ },
+ // Add the IDs of extensions you want installed when the container is created.
+ "extensions": [
+ "ms-vscode-remote.remote-containers",
+ "notskm.clang-tidy",
+ "xaver.clang-format",
+ "bbenoist.doxygen",
+ "ms-vscode.cpptools",
+ "ms-vscode.cmake-tools",
+ "mhutchie.git-graph",
+ "github.vscode-pull-request-github",
+ "eamodio.gitlens",
+ "cschlosser.doxdocgen",
+ "sanaajani.taskrunnercode",
+ "mads-hartmann.bash-ide-vscode"
+ ]
+ }
},
- // Add the IDs of extensions you want installed when the container is created.
- "extensions": [
- "notskm.clang-tidy",
- "xaver.clang-format",
- "bbenoist.doxygen",
- "ms-vscode.cpptools",
- "ms-vscode.cmake-tools",
- "mhutchie.git-graph",
- "github.vscode-pull-request-github",
- "eamodio.gitlens",
- "cschlosser.doxdocgen",
- "sanaajani.taskrunnercode"
- ],
-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],