Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
add submodule update cmd to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Nov 3, 2023
1 parent 64be750 commit ab257c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
//},
"name": "pulumi",
"image": "ghcr.io/pulumi/devcontainer",
"",
"",
"",
"",
"settings": {
"terminal.integrated.shell.linux": "/usr/bin/zsh"
},
"customizations": {
"vscode": {
"settings": [
Expand All @@ -32,10 +39,16 @@
"golang.go",
"vscodevim.vim",
"github.copilot",
"eamodio.gitlens",
"ms-python.python",
"redhat.vscode-yaml",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"ms-vscode.makefile-tools",
"ms-azuretools.vscode-docker",
"github.vscode-pull-request-github",
"ms-vscode-remote.remote-containers",
"visualstudioexptteam.vscodeintellicode",
"bierner.markdown-preview-github-styles"
]
}
Expand All @@ -48,6 +61,7 @@
"moby": false
}
},
"postCreateCommand": "git submodule update --init --recursive",
"remoteUser": "vscode",
"runArgs": ["--network=host"]
}

0 comments on commit ab257c7

Please sign in to comment.