We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40243db + f1e6c34 commit b37eb7fCopy full SHA for b37eb7f
src/anaconda/.devcontainer/devcontainer.json
@@ -3,6 +3,11 @@
3
"dockerfile": "./Dockerfile",
4
"context": "."
5
},
6
+ "features": {
7
+ "ghcr.io/devcontainers/features/node:1": {
8
+ "version": "none"
9
+ }
10
+ },
11
// Configure tool-specific properties.
12
"customizations": {
13
// Configure properties specific to VS Code.
src/anaconda/test-project/test.sh
@@ -15,6 +15,7 @@ check "autopep8" autopep8 --version
15
check "yapf" yapf --version
16
check "pydocstyle" pydocstyle --version
17
check "pycodestyle" pycodestyle --version
18
+check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm --version"
19
20
# Report result
21
reportResults
0 commit comments