Related to #190 and #194
Currently the default version of nvm is fixed at 10 months old 0.39.2 and does not appear to auto-detect the latest version.
|
"nvmVersion": { |
|
"type": "string", |
|
"default": "0.39.2", |
|
"description": "Version of NVM to install." |
|
} |
Do you think we can automatically select the latest version here as is done in a smattering of other Features?
Related to #190 and #194
Currently the default version of nvm is fixed at 10 months old
0.39.2and does not appear to auto-detect the latest version.features/src/node/devcontainer-feature.json
Lines 31 to 35 in 71ac202
Do you think we can automatically select the latest version here as is done in a smattering of other Features?