Update Node.js developer prerequisites (#14641)

This commit is contained in:
Sean McManus
2026-08-04 11:57:57 -07:00
committed by GitHub
parent 36e17520ea
commit 646df4df6e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ These steps will allow you to debug the TypeScript code that is part of the Micr
Prerequisite steps:
* Clone the release branch of [this](https://github.com/Microsoft/vscode-cpptools) repository.
* git clone -b release https://github.com/Microsoft/vscode-cpptools
* Install [node](https://nodejs.org).
* Install the [required Node.js version](../Extension/readme.developer.md#required-tools).
* Install [yarn](https://yarnpkg.com).
* From a command line, run the following commands from the **Extension** folder in the root of the repository:
* `yarn install` will install the dependencies needed to build the extension.
+1 -1
View File
@@ -35,7 +35,7 @@
### Required Tools
* [Node.js](https://nodejs.org/en/download/) v16.*
* [Node.js](https://nodejs.org/en/download/) 24.x
* npm (comes with Node.js)
### Setting up the repository