Skip to content

Commit 026380f

Browse files
authored
Update devcontainer.json
1 parent a228d0e commit 026380f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.devcontainer/devcontainer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@
55
},
66
"waitFor": "onCreateCommand",
77
"updateContentCommand": ["/bin/bash", "-c", "conda env create --file environment.yml && source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD"],
8-
"postCreateCommand": "",
98
"customizations": {
109
"codespaces": {
1110
"openFiles": []
1211
},
1312
"vscode": {
1413
"extensions": [
1514
"ms-python.python"
16-
]
15+
],
16+
"settings": {
17+
"python.pythonPath": "/opt/conda/envs/shenfun/bin/python",
18+
"python.defaultInterpreterPath": "/opt/conda/envs/shenfun/bin/python"
19+
}
1720
}
18-
}
21+
},
22+
"postCreateCommand": ""
1923
}

0 commit comments

Comments
 (0)