From 2237731474ace274b1756e63937a958131cf719e Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Fri, 14 Apr 2023 13:48:25 -0700 Subject: Automated documentation update (#521) Automated documentation update [skip ci] Co-authored-by: github-actions --- src/node/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/node') diff --git a/src/node/README.md b/src/node/README.md index 877ea58..7a49096 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -20,6 +20,12 @@ Installs Node.js, nvm, yarn, pnpm, and needed dependencies. | nvmInstallPath | The path where NVM will be installed. | string | /usr/local/share/nvm | | nvmVersion | Version of NVM to install. | string | 0.39.2 | +## Customizations + +### VS Code Extensions + +- `dbaeumer.vscode-eslint` + ## Using nvm from postCreateCommand or another lifecycle command Certain operations like `postCreateCommand` run non-interactive, non-login shells. Unfortunately, `nvm` is really particular that it needs to be "sourced" before it is used, which can only happen automatically with interactive and/or login shells. Fortunately, this is easy to work around: -- cgit v1.2.3