From 234aeff1c96ec3602e0f2855079ea9f8275e4455 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 4 Aug 2026 18:42:53 +0000 Subject: [PATCH] Update Node.js developer prerequisites --- Documentation/Building the Extension.md | 2 +- Extension/readme.developer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Building the Extension.md b/Documentation/Building the Extension.md index 86b43a4d7..9cb3abb3e 100644 --- a/Documentation/Building the Extension.md +++ b/Documentation/Building the Extension.md @@ -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. diff --git a/Extension/readme.developer.md b/Extension/readme.developer.md index 5a7d4c3b3..a145707ec 100644 --- a/Extension/readme.developer.md +++ b/Extension/readme.developer.md @@ -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