Skip to content

Commit 646df4d

Browse files
authored
Update Node.js developer prerequisites (#14641)
1 parent 36e1752 commit 646df4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/Building the Extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ These steps will allow you to debug the TypeScript code that is part of the Micr
55
Prerequisite steps:
66
* Clone the release branch of [this](https://github.com/Microsoft/vscode-cpptools) repository.
77
* git clone -b release https://github.com/Microsoft/vscode-cpptools
8-
* Install [node](https://nodejs.org).
8+
* Install the [required Node.js version](../Extension/readme.developer.md#required-tools).
99
* Install [yarn](https://yarnpkg.com).
1010
* From a command line, run the following commands from the **Extension** folder in the root of the repository:
1111
* `yarn install` will install the dependencies needed to build the extension.

Extension/readme.developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
### Required Tools
3737

38-
* [Node.js](https://nodejs.org/en/download/) v16.*
38+
* [Node.js](https://nodejs.org/en/download/) 24.x
3939
* npm (comes with Node.js)
4040

4141
### Setting up the repository

0 commit comments

Comments
 (0)