Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/Building the Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Extension/readme.developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading