summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
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": [],