aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-08-29 01:15:43 +0300
committerGitHub <noreply@github.com>2023-08-29 01:15:43 +0300
commit96bff0097028001e6e4126c5528d37cb8c13e785 (patch)
treef7a0e7198a723bad2194ec7856804f8fb8d48698
parent95a169b9ef92c9dae454df5e87d4c26d56a863c9 (diff)
Automated documentation update (#676)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/node/README.md2
-rw-r--r--src/rust/README.md1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 7a49096..b983919 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -18,7 +18,7 @@ Installs Node.js, nvm, yarn, pnpm, and needed dependencies.
| version | Select or enter a Node.js version to install | string | lts |
| nodeGypDependencies | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
| nvmInstallPath | The path where NVM will be installed. | string | /usr/local/share/nvm |
-| nvmVersion | Version of NVM to install. | string | 0.39.2 |
+| nvmVersion | Version of NVM to install. | string | latest |
## Customizations
diff --git a/src/rust/README.md b/src/rust/README.md
index f72b56f..974d785 100644
--- a/src/rust/README.md
+++ b/src/rust/README.md
@@ -23,7 +23,6 @@ Installs Rust, common Rust utilities, and their required dependencies
### VS Code Extensions
- `vadimcn.vscode-lldb`
-- `mutantdino.resourcemonitor`
- `rust-lang.rust-analyzer`
- `tamasfe.even-better-toml`
- `serayuzgur.crates`