We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9234210 commit 2f076ffCopy full SHA for 2f076ff
.devcontainer/devcontainer.json
@@ -67,5 +67,5 @@
67
// Use 'forwardPorts' to make a list of ports inside the container available locally.
68
// "forwardPorts": [],
69
70
- "updateContentCommand": "git update-index --assume-unchanged ./valet/.env.local && az extension add --name azure-devops && GITHUB_TOKEN= gh extensions install github/gh-actions-importer && GITHUB_TOKEN= gh actions-importer update"
+ "updateContentCommand": "git pull && git update-index --assume-unchanged ./valet/.env.local && az extension add --name azure-devops && GITHUB_TOKEN= gh extensions install github/gh-actions-importer && GITHUB_TOKEN= gh actions-importer update"
71
}
0 commit comments