aboutsummaryrefslogtreecommitdiff
path: root/src/node/devcontainer-feature.json
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-07-14 21:12:11 +0300
committerGitHub <noreply@github.com>2022-07-14 21:12:11 +0300
commit01b46faa2dd7d9bd4f453b78f49457f2ffc67d3c (patch)
tree94cbf1eb77f763af807d34e168777c37dbc2668c /src/node/devcontainer-feature.json
parent7f551f8c2f1129d6485088196bfeb28ff5ee3230 (diff)
smart auto-install multiple versions for `node` (#56)
* node * fix comment (no-ci) * Apply suggestions from code review Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * update test scenario * remove minor for node 18 * update scenarios to object notation * add shabang * only set default node once Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
Diffstat (limited to 'src/node/devcontainer-feature.json')
-rw-r--r--src/node/devcontainer-feature.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/node/devcontainer-feature.json b/src/node/devcontainer-feature.json
index ebce21b..52715fd 100644
--- a/src/node/devcontainer-feature.json
+++ b/src/node/devcontainer-feature.json
@@ -34,9 +34,5 @@
"NVM_DIR": "/usr/local/share/nvm",
"NVM_SYMLINK_CURRENT": "true",
"PATH": "${NVM_DIR}/current/bin:${PATH}"
- },
- "install": {
- "app": "",
- "file": "install.sh"
}
-} \ No newline at end of file
+}