Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51332ce commit 0953f1fCopy full SHA for 0953f1f
1 file changed
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
"name": "AstroPy",
3
"image": "mcr.microsoft.com/devcontainers/miniconda:0-3",
4
"onCreateCommand": "conda init bash && sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
5
- "postCreateCommand": "git fetch --tag && pip install tox && pip install -e .[all,test_all,docs]",
+ "postCreateCommand": "git fetch --tags && pip install tox && pip install -e .[all,test_all,docs]",
6
"waitFor": "postCreateCommand",
7
"customizations": {
8
"vscode": {
0 commit comments